Searched refs:Elf32_Rel (Results 1 – 12 of 12) sorted by relevance
/linux/arch/arm/kernel/ |
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()
|
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()
|
/linux/arch/mips/include/asm/ |
A D | module.h | 43 #define Elf_Rel Elf32_Rel 48 #define Elf_Mips_Rel Elf32_Rel
|
/linux/include/asm-generic/ |
A D | module.h | 40 #define Elf_Rel Elf32_Rel
|
/linux/arch/m68k/kernel/ |
A D | module.c | 29 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
|
/linux/scripts/mod/ |
A D | modpost.h | 32 #define Elf_Rel Elf32_Rel
|
/linux/arch/x86/kernel/ |
A D | module.c | 96 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
|
/linux/include/uapi/linux/ |
A D | elf.h | 165 } Elf32_Rel; typedef
|
/linux/scripts/ |
A D | sorttable.h | 69 # define Elf_Rel Elf32_Rel
|
A D | recordmcount.c | 427 static int arm_is_fake_mcount(Elf32_Rel const *rp) in arm_is_fake_mcount()
|
A D | recordmcount.h | 119 # define Elf_Rel Elf32_Rel
|
/linux/arch/mips/kernel/ |
A D | vpe.c | 431 Elf32_Rel *rel = (void *) sechdrs[relsec].sh_addr; in apply_relocations()
|
Completed in 21 milliseconds