Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A Dmodule.h15 unsigned long got_offset, got_count, got_max; member
/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c362 BUG_ON(++me->arch.got_count > me->arch.got_max); in get_got()
863 me->arch.got_count, me->arch.got_max, in module_finalize()
888 if(me->arch.got_count > MAX_GOTS) { in module_finalize()
890 me->name, me->arch.got_count, MAX_GOTS); in module_finalize()