Searched refs:gots (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | module-sections.c | 82 unsigned int *plts, unsigned int *gots) in count_max_entries() 96 (*gots)++; in count_max_entries() 81 count_max_entries(Elf_Rela *relas, int num, unsigned int *plts, unsigned int *gots) count_max_entries() argument
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | module-sections.c | 74 unsigned int *plts, unsigned int *gots) in count_max_entries() 85 (*gots)++; in count_max_entries() 73 count_max_entries(Elf_Rela *relas, int num, unsigned int *plts, unsigned int *gots) count_max_entries() argument
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | module-sections.c | 82 unsigned int *plts, unsigned int *gots) in count_max_entries() 96 (*gots)++; in count_max_entries() 81 count_max_entries(Elf_Rela *relas, int num, unsigned int *plts, unsigned int *gots) count_max_entries() argument
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | module-sections.c | 74 unsigned int *plts, unsigned int *gots) in count_max_entries() 85 (*gots)++; in count_max_entries() 73 count_max_entries(Elf_Rela *relas, int num, unsigned int *plts, unsigned int *gots) count_max_entries() argument
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | module.c | 303 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() 878 printk("got entries used %ld, gots max %ld\n" in module_finalize()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | module.c | 284 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() 861 printk("got entries used %ld, gots max %ld\n" in module_finalize()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | module.c | 426 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()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | module.c | 426 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()
|
Completed in 7 milliseconds