/openbmc/u-boot/arch/arc/lib/ |
H A D | relocate.c | 53 Elf32_Addr *offset_ptr_rom; in do_elf_reloc_fixups() 54 Elf32_Addr *offset_ptr_ram; in do_elf_reloc_fixups() 58 offset_ptr_rom = (Elf32_Addr *)re_src->r_offset; in do_elf_reloc_fixups() 61 if (offset_ptr_rom >= (Elf32_Addr *)&__image_copy_start && in do_elf_reloc_fixups() 62 offset_ptr_rom < (Elf32_Addr *)&__image_copy_end) { in do_elf_reloc_fixups() 65 offset_ptr_ram = (Elf32_Addr *)((ulong)offset_ptr_rom + in do_elf_reloc_fixups()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 9 typedef __u32 Elf32_Addr; typedef 147 Elf32_Addr d_ptr; 167 Elf32_Addr r_offset; 177 Elf32_Addr r_offset; 190 Elf32_Addr st_value; 214 Elf32_Addr e_entry; /* Entry point */ 252 Elf32_Addr p_vaddr; 253 Elf32_Addr p_paddr; 312 Elf32_Addr sh_addr;
|
H A D | elf-fdpic.h | 22 Elf32_Addr addr; /* core address to which mapped */ 23 Elf32_Addr p_vaddr; /* VMA recorded in file */
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | relocate.c | 99 Elf32_Addr *offset_ptr_rom, *last_offset = NULL; in do_elf_reloc_fixups32() 100 Elf32_Addr *offset_ptr_ram; in do_elf_reloc_fixups32() 113 offset_ptr_rom = (Elf32_Addr *)(uintptr_t)re_src->r_offset; in do_elf_reloc_fixups32() 116 if (offset_ptr_rom >= (Elf32_Addr *)(uintptr_t)text_base && in do_elf_reloc_fixups32() 120 offset_ptr_ram = (Elf32_Addr *)((ulong)offset_ptr_rom + in do_elf_reloc_fixups32()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | module.c | 33 Elf32_Addr relocation; in apply_relocate_add() 58 relocation = (relocation - (Elf32_Addr) location); in apply_relocate_add() 72 relocation -= (Elf32_Addr) location; in apply_relocate_add() 77 relocation -= (Elf32_Addr) location; in apply_relocate_add()
|
/openbmc/u-boot/include/ |
H A D | elf.h | 18 typedef uint32_t Elf32_Addr; /* Unsigned program address */ typedef 96 Elf32_Addr e_entry; /* virtual entry point */ 235 Elf32_Addr sh_addr; /* address */ 356 Elf32_Addr st_value; /* symbol value */ 403 Elf32_Addr r_offset; /* offset of relocation */ 409 Elf32_Addr r_offset; /* offset of relocation */ 434 Elf32_Addr p_vaddr; /* virtual address of segment */ 435 Elf32_Addr p_paddr; /* physical address of segment */ 480 Elf32_Addr d_ptr; /* program virtual address */
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | elf.h | 6 typedef unsigned int Elf32_Addr; typedef 60 Elf32_Addr e_entry; /* Entry point */ 98 Elf32_Addr p_vaddr; 99 Elf32_Addr p_paddr;
|
/openbmc/linux/arch/mips/kernel/ |
H A D | vpe.c | 220 Elf32_Addr *addr; 221 Elf32_Addr value; 228 Elf32_Addr v) in apply_r_mips_none() 234 Elf32_Addr v) in apply_r_mips_gprel16() 259 Elf32_Addr v) in apply_r_mips_pc16() 278 Elf32_Addr v) in apply_r_mips_32() 286 Elf32_Addr v) in apply_r_mips_26() 311 Elf32_Addr v) in apply_r_mips_hi16() 333 Elf32_Addr v) in apply_r_mips_lo16() 336 Elf32_Addr val, vallo; in apply_r_mips_lo16() [all …]
|
/openbmc/linux/arch/arc/kernel/ |
H A D | module.c | 54 Elf32_Addr relocation, location, tgt_addr; in apply_relocate_add() 105 *((Elf32_Addr *) location) = relocation; in apply_relocate_add() 107 *((Elf32_Addr *) location) = relocation - location; in apply_relocate_add()
|
/openbmc/qemu/include/ |
H A D | elf.h | 5 typedef uint32_t Elf32_Addr; typedef 349 Elf32_Addr d_ptr; 1452 Elf32_Addr r_offset; 1462 Elf32_Addr r_offset; 1475 Elf32_Addr st_value; 1504 Elf32_Addr e_entry; /* Entry point */ 1542 Elf32_Addr p_vaddr; 1543 Elf32_Addr p_paddr; 1605 Elf32_Addr sh_addr; 1749 Elf32_Addr addr; [all …]
|
/openbmc/linux/arch/arm/kernel/ |
H A D | module-plts.c | 46 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val) in get_module_plt() 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() 157 static unsigned int count_plts(const Elf32_Sym *syms, Elf32_Addr base, in count_plts()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | 32and64bit.patch | 25 + Elf32_Addr loadaddr; 77 + if (loadaddr == (Elf32_Addr) -1) 108 + Elf32_Addr size = segment->p_filesz; 115 + Elf32_Addr) note_size = 3 * sizeof (Elf32_Word)) 143 + if (loadaddr == (Elf32_Addr) -1)
|
H A D | ldconfig-handle-.dynstr-located-in-separate-segment.patch | 27 - Elf32_Addr loadaddr; 44 - if (loadaddr == (Elf32_Addr) -1) 55 - if (loadaddr == (Elf32_Addr) -1)
|
H A D | endian-ness_handling.patch | 77 if (loadaddr == (Elf32_Addr) -1) 107 - Elf32_Addr size = segment->p_filesz; 109 + Elf32_Addr size = read32(segment->p_filesz, be); 118 - Elf32_Addr) note_size = 3 * sizeof (Elf32_Word)) 122 + Elf32_Addr note_size = 3 * sizeof (Elf32_Word)
|
/openbmc/linux/include/asm-generic/ |
H A D | module.h | 38 #define Elf_Addr Elf32_Addr
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | module.h | 39 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val);
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | module.h | 42 #define Elf_Addr Elf32_Addr
|
/openbmc/linux/fs/ |
H A D | compat_binfmt_elf.c | 38 #define elf_addr_t Elf32_Addr
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | module_32.c | 147 static inline int entry_matches(struct ppc_plt_entry *entry, Elf32_Addr val) in entry_matches() 158 Elf32_Addr val, in do_plt_call()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | module.c | 113 Elf32_Addr word2; in apply_relocate_add()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | module.c | 81 Elf32_Addr addr; 511 Elf32_Addr val; in apply_relocate_add() 513 Elf32_Addr dot; in apply_relocate_add() 536 dot = (Elf32_Addr)loc & ~0x03; in apply_relocate_add()
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.h | 29 #define Elf_Addr Elf32_Addr
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol.h | 249 Elf32_Addr a32[3];
|
/openbmc/linux/scripts/ |
H A D | sorttable.h | 75 # define Elf_Addr Elf32_Addr
|
H A D | recordmcount.h | 116 # define Elf_Addr Elf32_Addr
|