Searched refs:got_count (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | module.h | 15 unsigned long got_offset, got_count, got_max; member
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | module.h | 15 unsigned long got_offset, got_count, got_max; member
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | module.c | 379 BUG_ON(++me->arch.got_count > me->arch.got_max); in get_got() 880 me->arch.got_count, me->arch.got_max, in module_finalize() 905 if(me->arch.got_count > MAX_GOTS) { in module_finalize() 907 me->name, me->arch.got_count, MAX_GOTS); in module_finalize()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | module.c | 362 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()
|
Completed in 4 milliseconds