Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dmodule-sections.c80 unsigned int *plts, unsigned int *gots) in count_max_entries() argument
97 (*gots)++; in count_max_entries()
/linux/arch/riscv/kernel/
H A Dmodule-sections.c81 unsigned int *plts, unsigned int *gots)
93 (*gots)++; in count_max_entries()
83 count_max_entries(const Elf_Rela * relas,size_t num,unsigned int * plts,unsigned int * gots) count_max_entries() argument
/linux/arch/parisc/kernel/
H A Dmodule.c272 unsigned long gots = 0, fdescs = 0, len; in module_frob_arch_sections() local
298 gots += count_gots(rels, nrels); in module_frob_arch_sections()
323 mod_mem->size += gots * sizeof(struct got_entry); in module_frob_arch_sections()
329 me->arch.got_max = gots; in module_frob_arch_sections()