Home
last modified time | relevance | path

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

/linux-4.1.27/arch/parisc/kernel/
Dmodule.c323 unsigned long gots = 0, fdescs = 0, len; in module_frob_arch_sections() local
348 gots += count_gots(rels, nrels); in module_frob_arch_sections()
372 me->core_size += gots * sizeof(struct got_entry); in module_frob_arch_sections()
378 me->arch.got_max = gots; in module_frob_arch_sections()
/linux-4.1.27/arch/ia64/kernel/
Dmodule.c424 unsigned long core_plts = 0, init_plts = 0, gots = 0, fdescs = 0; in module_frob_arch_sections() local
464 gots += count_gots(rels, numrels); in module_frob_arch_sections()
483 mod->arch.got->sh_size = gots * sizeof(struct got_entry); in module_frob_arch_sections()