/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | module-plts.c | 106 const Elf32_Rel *x = a, *y = b; in cmp_rel() 116 static bool is_zero_addend_relocation(Elf32_Addr base, const Elf32_Rel *rel) in is_zero_addend_relocation() 144 static bool duplicate_rel(Elf32_Addr base, const Elf32_Rel *rel, int num) in duplicate_rel() 146 const Elf32_Rel *prev; in duplicate_rel() 163 const Elf32_Rel *rel, int num, Elf32_Word dstidx) in count_plts() 245 Elf32_Rel *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() 246 int numrels = s->sh_size / sizeof(Elf32_Rel); in module_frob_arch_sections() 257 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections()
|
H A D | module.c | 78 Elf32_Rel *rel = (void *)relsec->sh_addr; in apply_relocate() 81 for (i = 0; i < relsec->sh_size / sizeof(Elf32_Rel); i++, rel++) { in apply_relocate()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | module-plts.c | 101 const Elf32_Rel *x = a, *y = b; in cmp_rel() 111 static bool is_zero_addend_relocation(Elf32_Addr base, const Elf32_Rel *rel) in is_zero_addend_relocation() 139 static bool duplicate_rel(Elf32_Addr base, const Elf32_Rel *rel, int num) in duplicate_rel() 141 const Elf32_Rel *prev; in duplicate_rel() 158 const Elf32_Rel *rel, int num, Elf32_Word dstidx) in count_plts() 240 Elf32_Rel *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() 241 int numrels = s->sh_size / sizeof(Elf32_Rel); in module_frob_arch_sections() 252 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections()
|
H A D | module.c | 116 Elf32_Rel *rel = (void *)relsec->sh_addr; in apply_relocate() 119 for (i = 0; i < relsec->sh_size / sizeof(Elf32_Rel); i++, rel++) { in apply_relocate()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | module.h | 43 #define Elf_Rel Elf32_Rel 48 #define Elf_Mips_Rel Elf32_Rel
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | module.h | 43 #define Elf_Rel Elf32_Rel 48 #define Elf_Mips_Rel Elf32_Rel
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | module.h | 40 #define Elf_Rel Elf32_Rel
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | module.h | 40 #define Elf_Rel Elf32_Rel
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | module.c | 29 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | module.c | 29 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.h | 33 #define Elf_Rel Elf32_Rel
|
/kernel/liteos_m/components/dynlink/ |
H A D | los_dynlink.h | 59 typedef Elf32_Rel LD_ELF_REL;
|
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.h | 33 #define Elf_Rel Elf32_Rel
|
/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.c | 439 static int arm_is_fake_mcount(Elf32_Rel const *rp) in arm_is_fake_mcount() 456 static int LARCH32_is_fake_mcount(Elf32_Rel const *rp) in LARCH32_is_fake_mcount()
|
H A D | sorttable.h | 69 # define Elf_Rel Elf32_Rel
|
/kernel/linux/linux-6.6/scripts/ |
H A D | recordmcount.c | 439 static int arm_is_fake_mcount(Elf32_Rel const *rp) in arm_is_fake_mcount() 456 static int LARCH32_is_fake_mcount(Elf32_Rel const *rp) in LARCH32_is_fake_mcount()
|
H A D | sorttable.h | 78 # define Elf_Rel Elf32_Rel
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | module.c | 96 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 168 } Elf32_Rel; typedef
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 169 } Elf32_Rel; typedef
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 139 } Elf32_Rel; typedef
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 139 } Elf32_Rel; typedef
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 125 } Elf32_Rel; typedef
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | module.c | 98 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | vpe.c | 430 Elf32_Rel *rel = (void *) sechdrs[relsec].sh_addr; in apply_relocations()
|