Searched refs:Elf32_Rel (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/arch/arm/kernel/ |
D | module-plts.c | 83 const Elf32_Rel *x = a, *y = b; in cmp_rel() 93 static bool is_zero_addend_relocation(Elf32_Addr base, const Elf32_Rel *rel) in is_zero_addend_relocation() 121 static bool duplicate_rel(Elf32_Addr base, const Elf32_Rel *rel, int num) in duplicate_rel() 123 const Elf32_Rel *prev; in duplicate_rel() 140 const Elf32_Rel *rel, int num, Elf32_Word dstidx) in count_plts() 222 Elf32_Rel *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() 223 int numrels = s->sh_size / sizeof(Elf32_Rel); in module_frob_arch_sections() 234 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections()
|
D | module.c | 68 Elf32_Rel *rel = (void *)relsec->sh_addr; in apply_relocate() 71 for (i = 0; i < relsec->sh_size / sizeof(Elf32_Rel); i++, rel++) { in apply_relocate()
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | module.c | 39 Elf32_Rel *rel = (void *)relsec->sh_addr; in apply_relocate() 42 for (i = 0; i < relsec->sh_size / sizeof(Elf32_Rel); i++, rel++) { in apply_relocate()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | module.h | 43 #define Elf_Rel Elf32_Rel 48 #define Elf_Mips_Rel Elf32_Rel
|
/Linux-v4.19/include/asm-generic/ |
D | module.h | 40 #define Elf_Rel Elf32_Rel
|
/Linux-v4.19/arch/m68k/kernel/ |
D | module.c | 29 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
|
/Linux-v4.19/scripts/mod/ |
D | modpost.h | 32 #define Elf_Rel Elf32_Rel
|
/Linux-v4.19/arch/x86/kernel/ |
D | module.c | 108 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
|
/Linux-v4.19/scripts/ |
D | sortextable.h | 64 # define Elf_Rel Elf32_Rel
|
D | recordmcount.h | 105 # define Elf_Rel Elf32_Rel
|
/Linux-v4.19/include/uapi/linux/ |
D | elf.h | 164 } Elf32_Rel; typedef
|
/Linux-v4.19/arch/mips/kernel/ |
D | vpe.c | 431 Elf32_Rel *rel = (void *) sechdrs[relsec].sh_addr; in apply_relocations()
|