Searched refs:Elf32_Rel (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/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()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | reloc_ia32_efi.c | 17 Elf32_Rel *rel = 0; in _relocate() 24 rel = (Elf32_Rel *)((unsigned long)dyn[i].d_un.d_ptr + in _relocate() 64 rel = (Elf32_Rel *)((char *)rel + relent); in _relocate()
|
H A D | relocate.c | 97 Elf32_Rel *re_src, Elf32_Rel *re_end) in do_elf_reloc_fixups32()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | reloc_arm_efi.c | 20 Elf32_Rel *rel = 0; in _relocate() 27 rel = (Elf32_Rel *)((ulong)dyn[i].d_un.d_ptr in _relocate() 59 rel = (Elf32_Rel *)((char *)rel + relent); in _relocate()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | module.h | 43 #define Elf_Rel Elf32_Rel 48 #define Elf_Mips_Rel Elf32_Rel
|
/openbmc/linux/include/asm-generic/ |
H A D | module.h | 40 #define Elf_Rel Elf32_Rel
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | module.c | 29 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.h | 34 #define Elf_Rel Elf32_Rel
|
/openbmc/linux/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
|
H A D | recordmcount.h | 119 # define Elf_Rel Elf32_Rel
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 169 } Elf32_Rel; typedef
|
/openbmc/linux/arch/x86/kernel/ |
H A D | module.c | 98 Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate()
|
/openbmc/u-boot/tools/ |
H A D | mips-relocs.c | 151 const Elf32_Rel *rel = _rel; in parse_mips32_rel()
|
/openbmc/qemu/include/ |
H A D | elf.h | 1454 } Elf32_Rel; typedef 1778 # define ELF_RELOC Elf32_Rel
|
/openbmc/u-boot/include/ |
H A D | elf.h | 405 } Elf32_Rel; typedef
|
/openbmc/linux/arch/mips/kernel/ |
H A D | vpe.c | 430 Elf32_Rel *rel = (void *) sechdrs[relsec].sh_addr; in apply_relocations()
|