Home
last modified time | relevance | path

Searched refs:gots (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/riscv/kernel/
H A Dmodule-sections.c74 unsigned int *plts, unsigned int *gots) in count_max_entries() argument
85 (*gots)++; in count_max_entries()
/openbmc/linux/arch/loongarch/kernel/
H A Dmodule-sections.c82 unsigned int *plts, unsigned int *gots) in count_max_entries() argument
96 (*gots)++; in count_max_entries()
/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c284 unsigned long gots = 0, fdescs = 0, len; in module_frob_arch_sections() local
310 gots += count_gots(rels, nrels); in module_frob_arch_sections()
335 mod_mem->size += gots * sizeof(struct got_entry); in module_frob_arch_sections()
341 me->arch.got_max = gots; in module_frob_arch_sections()
/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c426 unsigned long core_plts = 0, init_plts = 0, gots = 0, fdescs = 0; in module_frob_arch_sections() local
458 gots += count_gots(rels, numrels); in module_frob_arch_sections()
477 mod->arch.got->sh_size = gots * sizeof(struct got_entry); in module_frob_arch_sections()