/external/syslinux/com32/include/sys/ |
D | elf32.h | 19 typedef uint32_t Elf32_Addr; typedef 28 Elf32_Addr d_ptr; 38 Elf32_Addr r_offset; 43 Elf32_Addr r_offset; 52 Elf32_Addr st_value; 66 Elf32_Addr e_entry; 83 Elf32_Addr p_vaddr; 84 Elf32_Addr p_paddr; 97 Elf32_Addr sh_addr;
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 8 typedef __u32 Elf32_Addr; typedef 141 Elf32_Addr d_ptr; 161 Elf32_Addr r_offset; 171 Elf32_Addr r_offset; 184 Elf32_Addr st_value; 208 Elf32_Addr e_entry; /* Entry point */ 246 Elf32_Addr p_vaddr; 247 Elf32_Addr p_paddr; 306 Elf32_Addr sh_addr;
|
D | elf-fdpic.h | 21 Elf32_Addr addr; /* core address to which mapped */ 22 Elf32_Addr p_vaddr; /* VMA recorded in file */
|
/external/syslinux/com32/lib/sys/module/i386/ |
D | elf_module.c | 37 Elf32_Addr min_addr = 0x00000000; // Min. ELF vaddr in load_segments() 38 Elf32_Addr max_addr = 0x00000000; // Max. ELF vaddr in load_segments() 40 Elf32_Addr min_alloc, max_alloc; // Min. and max. aligned allocables in load_segments() 42 Elf32_Addr dyn_addr = 0x00000000; in load_segments() 106 module->base_addr = (Elf32_Addr)(module->module_addr) - min_alloc; in load_segments() 201 Elf32_Addr sym_addr = 0x0; in perform_relocation() 228 sym_addr = (Elf32_Addr)module_get_absolute(sym_def->st_value, sym_module); in perform_relocation() 244 *dest += sym_addr - (Elf32_Addr)dest; in perform_relocation()
|
/external/minijail/ |
D | elfparse.h | 38 Elf32_Addr e_entry; /* Entry point virtual address */ 72 Elf32_Addr p_vaddr; /* Segment virtual address */ 73 Elf32_Addr p_paddr; /* Segment physical address */
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 154 typedef uint32_t Elf32_Addr; typedef 176 Elf32_Addr e_entry; /* Entry point. */ 211 Elf32_Addr p_vaddr; /* Virtual address (not used). */ 212 Elf32_Addr p_paddr; /* Physical address. */
|
/external/vixl/examples/aarch32/ |
D | disasm-a32.cc | 51 Elf32_Addr addr_; 59 Elf32_Addr addr, in Symbol() 75 Elf32_Addr GetAddress() const { return addr_; } in GetAddress() 76 Elf32_Addr GetMemoryAddress() const { return (addr_ & ~1) + offset_; } in GetMemoryAddress() 83 class SymbolTable : public std::map<Elf32_Addr, Symbol> { 87 std::map<Elf32_Addr, Symbol>::insert( in insert()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 30 typedef uint32_t Elf32_Addr; // Program address typedef 67 Elf32_Addr e_entry; // Address to jump to in order to start program 663 Elf32_Addr sh_addr; // Address where section is to be loaded 809 Elf32_Addr st_value; // Value or address associated with the symbol 887 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) 903 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) 959 Elf32_Addr p_vaddr; // Virtual address of beginning of segment 960 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific) 1018 Elf32_Addr d_ptr; // Pointer value of entry.
|
/external/elfutils/src/ |
D | i386_ld.c | 249 size_t size = statep->ngot * sizeof (Elf32_Addr); in elf_i386_initialize_got() 254 data->d_align = sizeof (Elf32_Addr); in elf_i386_initialize_got() 273 size_t size = (3 + statep->nplt) * sizeof (Elf32_Addr); in elf_i386_initialize_gotplt() 278 data->d_align = sizeof (Elf32_Addr); in elf_i386_initialize_gotplt() 372 Elf32_Addr gotaddr = shdr->sh_addr; in elf_i386_finalize_plt() 442 Elf32_Addr gotaddr_off = build_dso ? 0 : gotaddr; in elf_i386_finalize_plt() 463 Elf32_Addr pltentryaddr = (pltshdr->sh_addr + pltidx * PLT_ENTRY_SIZE); in elf_i386_finalize_plt() 495 + (2 + pltidx) * sizeof (Elf32_Addr)); in elf_i386_finalize_plt() 505 rel->r_offset = gotaddr + (2 + pltidx) * sizeof (Elf32_Addr); in elf_i386_finalize_plt() 718 Elf32_Addr pltaddr = shdr->sh_addr; in elf_i386_create_relocations() [all …]
|
D | xelf.h | 33 # define XElf_Addr Elf32_Addr 135 case ELF_T_ADDR: fsize = sizeof (Elf32_Addr); break; \
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 31 typedef uint32_t Elf32_Addr; // Program address typedef 68 Elf32_Addr e_entry; // Address to jump to in order to start program 626 Elf32_Addr sh_addr; // Address where section is to be loaded 822 Elf32_Addr st_value; // Value or address associated with the symbol 920 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) 936 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) 992 Elf32_Addr p_vaddr; // Virtual address of beginning of segment 993 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific) 1074 Elf32_Addr d_ptr; // Pointer value of entry.
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 31 typedef uint32_t Elf32_Addr; // Program address typedef 68 Elf32_Addr e_entry; // Address to jump to in order to start program 627 Elf32_Addr sh_addr; // Address where section is to be loaded 826 Elf32_Addr st_value; // Value or address associated with the symbol 922 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) 938 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) 990 Elf32_Addr p_vaddr; // Virtual address of beginning of segment 991 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific) 1074 Elf32_Addr d_ptr; // Pointer value of entry.
|
/external/google-breakpad/src/common/linux/ |
D | elfutils.h | 45 typedef Elf32_Addr Addr; 54 static const size_t kAddrSize = sizeof(Elf32_Addr);
|
/external/syslinux/com32/include/sys/i386/ |
D | module.h | 25 typedef Elf32_Addr Elf_Addr;
|
/external/kmod/port-gnu/ |
D | elf.h | 46 typedef uint32_t Elf32_Addr; typedef 72 Elf32_Addr e_entry; /* Entry point virtual address */ 277 Elf32_Addr sh_addr; /* Section virtual addr at execution */ 409 Elf32_Addr st_value; /* Symbol value */ 523 Elf32_Addr r_offset; /* Address */ 542 Elf32_Addr r_offset; /* Address */ 570 Elf32_Addr p_vaddr; /* Segment virtual address */ 571 Elf32_Addr p_paddr; /* Segment physical address */ 683 Elf32_Addr d_ptr; /* Address value */ 1783 typedef Elf32_Addr Elf32_Conflict;
|
/external/elfutils/libelf/ |
D | elf.h | 47 typedef uint32_t Elf32_Addr; typedef 73 Elf32_Addr e_entry; /* Entry point virtual address */ 278 Elf32_Addr sh_addr; /* Section virtual addr at execution */ 410 Elf32_Addr st_value; /* Symbol value */ 524 Elf32_Addr r_offset; /* Address */ 543 Elf32_Addr r_offset; /* Address */ 571 Elf32_Addr p_vaddr; /* Segment virtual address */ 572 Elf32_Addr p_paddr; /* Segment physical address */ 684 Elf32_Addr d_ptr; /* Address value */ 1784 typedef Elf32_Addr Elf32_Conflict;
|
/external/google-breakpad/src/common/android/include/ |
D | elf.h | 99 Elf32_Addr d_ptr;
|
/external/elfutils/libdw/ |
D | dwarf_ranges.c | 49 : (Elf64_Addr) (Elf32_Addr) -1); in __libdw_read_begin_end_pair_inc()
|
/external/elfutils/libebl/ |
D | eblobjnote.c | 64 Elf32_Addr a32[3]; in ebl_object_note()
|
/external/syslinux/efi/ |
D | wrapper.c | 29 typedef Elf32_Addr Elf_Addr;
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 244 *dest += sym_addr - (Elf32_Addr)dest; in perform_relocation()
|
/external/elfutils/libdwfl/ |
D | link_map.c | 285 Elf32_Addr (*a32)[n] = vaddr - read_vaddr + buffer; in report_r_debug() 641 Elf32_Addr a32; in consider_executable()
|
/external/valgrind/perf/ |
D | tinycc.c | 130 typedef uint32_t Elf32_Addr; typedef 156 Elf32_Addr e_entry; /* Entry point virtual address */ 305 Elf32_Addr sh_addr; /* Section virtual addr at execution */ 379 Elf32_Addr st_value; /* Symbol value */ 493 Elf32_Addr r_offset; /* Address */ 512 Elf32_Addr r_offset; /* Address */ 540 Elf32_Addr p_vaddr; /* Segment virtual address */ 541 Elf32_Addr p_paddr; /* Segment physical address */ 611 Elf32_Addr d_ptr; /* Address value */ 1419 typedef Elf32_Addr Elf32_Conflict;
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 107 # define ElfXX_Addr Elf32_Addr
|