Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/kernel/
Dmodule-sections.c74 unsigned int *plts, unsigned int *gots) in count_max_entries() argument
85 (*gots)++; in count_max_entries()
/Linux-v5.4/arch/parisc/kernel/
Dmodule.c303 unsigned long gots = 0, fdescs = 0, len; in module_frob_arch_sections() local
328 gots += count_gots(rels, nrels); in module_frob_arch_sections()
352 me->core_layout.size += gots * sizeof(struct got_entry); in module_frob_arch_sections()
358 me->arch.got_max = gots; in module_frob_arch_sections()
/Linux-v5.4/arch/ia64/kernel/
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()