Home
last modified time | relevance | path

Searched refs:got_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/parisc/include/asm/
Dmodule.h14 unsigned long got_offset, got_count, got_max; member
/linux-4.1.27/arch/parisc/kernel/
Dmodule.c399 BUG_ON(++me->arch.got_count > me->arch.got_max); in get_got()
877 me->arch.got_count, me->arch.got_max, in module_finalize()
901 if(me->arch.got_count > MAX_GOTS) { in module_finalize()
903 me->name, me->arch.got_count, MAX_GOTS); in module_finalize()