Home
last modified time | relevance | path

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

/linux-6.12.1/arch/parisc/include/asm/
Dmodule.h15 unsigned long got_offset, got_count, got_max; member
/linux-6.12.1/arch/parisc/kernel/
Dmodule.c329 me->arch.got_max = gots; in module_frob_arch_sections()
350 BUG_ON(++me->arch.got_count > me->arch.got_max); in get_got()
851 me->arch.got_count, me->arch.got_max, in module_finalize()