/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 16 typedef __u64 Elf64_Addr; typedef 150 Elf64_Addr d_ptr; 167 Elf64_Addr r_offset; /* Location at which to apply the action */ 178 Elf64_Addr r_offset; /* Location at which to apply the action */ 197 Elf64_Addr st_value; /* Value of the symbol */ 226 Elf64_Addr e_entry; /* Entry point virtual address */ 259 Elf64_Addr p_vaddr; /* Segment virtual address */ 260 Elf64_Addr p_paddr; /* Segment physical address */ 320 Elf64_Addr sh_addr; /* Section virtual addr at execution */
|
/external/u-boot/arch/x86/lib/ |
D | relocate.c | 53 Elf64_Addr *offset_ptr_rom, *last_offset = NULL; in do_elf_reloc_fixups64() 54 Elf64_Addr *offset_ptr_ram; in do_elf_reloc_fixups64() 58 offset_ptr_rom = (Elf64_Addr *)(uintptr_t)re_src->r_offset; in do_elf_reloc_fixups64() 61 if (offset_ptr_rom >= (Elf64_Addr *)(uintptr_t)text_base && in do_elf_reloc_fixups64() 64 offset_ptr_ram = (Elf64_Addr *)((ulong)offset_ptr_rom + in do_elf_reloc_fixups64()
|
/external/u-boot/include/ |
D | elf.h | 25 typedef uint64_t Elf64_Addr; typedef 114 Elf64_Addr e_entry; /* virtual entry point */ 249 Elf64_Addr sh_addr; /* address */ 415 Elf64_Addr r_offset; /* Location at which to apply the action */ 420 Elf64_Addr r_offset; /* Location at which to apply the action */ 446 Elf64_Addr p_vaddr; /* virtual address of segment */ 447 Elf64_Addr p_paddr; /* physical address of segment */ 490 Elf64_Addr d_ptr;
|
/external/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 36 find_gp (struct elf_dyn_info *edi, Elf64_Phdr *pdyn, Elf64_Addr load_base) in find_gp() 42 Elf64_Addr gp = 0; in find_gp() 54 gp = (Elf64_Addr) dyn->d_un.d_ptr + load_base; in find_gp() 83 gp = ((Elf64_Addr *) ((char *) edi->ei.image + shdr->sh_offset))[1]; in find_gp()
|
D | Gtables.c | 477 Elf64_Addr load_base, segbase = 0; in callback() 499 Elf64_Addr vaddr = phdr->p_vaddr + load_base; in callback()
|
/external/minijail/ |
D | elfparse.h | 50 Elf64_Addr e_entry; /* Entry point virtual address */ 79 Elf64_Addr p_vaddr; /* Segment virtual address */ 80 Elf64_Addr p_paddr; /* Segment physical address */
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 36 typedef uint64_t Elf64_Addr; typedef 91 Elf64_Addr e_entry; 677 Elf64_Addr sh_addr; 832 Elf64_Addr st_value; // Value or address associated with the symbol 920 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). 938 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). 972 Elf64_Addr p_vaddr; // Virtual address of beginning of segment 973 Elf64_Addr p_paddr; // Physical address of beginning of segment (OS-specific) 1029 Elf64_Addr d_ptr; // Pointer value of entry.
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 37 typedef uint64_t Elf64_Addr; typedef 92 Elf64_Addr e_entry; 641 Elf64_Addr sh_addr; 849 Elf64_Addr st_value; // Value or address associated with the symbol 955 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). 971 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). 1003 Elf64_Addr p_vaddr; // Virtual address of beginning of segment 1004 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific) 1083 Elf64_Addr d_ptr; // Pointer value of entry.
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 37 typedef uint64_t Elf64_Addr; typedef 92 Elf64_Addr e_entry; 640 Elf64_Addr sh_addr; 845 Elf64_Addr st_value; // Value or address associated with the symbol 953 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). 971 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). 1005 Elf64_Addr p_vaddr; // Virtual address of beginning of segment 1006 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific) 1085 Elf64_Addr d_ptr; // Pointer value of entry.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 35 using Elf64_Addr = uint64_t; variable 92 Elf64_Addr e_entry; 749 Elf64_Addr sh_addr; 968 Elf64_Addr st_value; // Value or address associated with the symbol 1075 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). 1091 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr). 1126 Elf64_Addr p_vaddr; // Virtual address of beginning of segment 1127 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific) 1197 Elf64_Addr d_ptr; // Pointer value of entry.
|
/external/elfutils/backends/ |
D | ppc64_resolve_sym.c | 47 && *addr + sizeof (Elf64_Addr) <= ebl->fd_addr + ebl->fd_data->d_size) in ppc64_resolve_sym_value() 55 opd_out.d_size = opd_in.d_size = sizeof (Elf64_Addr); in ppc64_resolve_sym_value()
|
/external/clang/test/CodeGen/ |
D | 2009-01-21-InvalidIterator.c | 10 typedef uint64_t Elf64_Addr; typedef 16 Elf64_Addr p_vaddr;
|
/external/google-breakpad/src/common/linux/ |
D | elfutils.h | 58 typedef Elf64_Addr Addr; 67 static const size_t kAddrSize = sizeof(Elf64_Addr);
|
/external/elfutils/libebl/ |
D | eblobjnote.c | 68 Elf64_Addr a64[3]; in ebl_object_note() 153 Elf64_Addr a64[2]; in ebl_object_note() 372 Elf64_Addr a64; in ebl_object_note()
|
D | ChangeLog | 19 an Elf32_Addr or Elf64_Addr to read and print the size.
|
/external/kmod/port-gnu/ |
D | elf.h | 47 typedef uint64_t Elf64_Addr; typedef 90 Elf64_Addr e_entry; /* Entry point virtual address */ 291 Elf64_Addr sh_addr; /* Section virtual addr at execution */ 422 Elf64_Addr st_value; /* Symbol value */ 534 Elf64_Addr r_offset; /* Address */ 549 Elf64_Addr r_offset; /* Address */ 583 Elf64_Addr p_vaddr; /* Segment virtual address */ 584 Elf64_Addr p_paddr; /* Segment physical address */ 693 Elf64_Addr d_ptr; /* Address value */
|
/external/elfutils/libelf/ |
D | elf.h | 48 typedef uint64_t Elf64_Addr; typedef 91 Elf64_Addr e_entry; /* Entry point virtual address */ 403 Elf64_Addr sh_addr; /* Section virtual addr at execution */ 534 Elf64_Addr st_value; /* Symbol value */ 646 Elf64_Addr r_offset; /* Address */ 661 Elf64_Addr r_offset; /* Address */ 695 Elf64_Addr p_vaddr; /* Segment virtual address */ 696 Elf64_Addr p_paddr; /* Segment physical address */ 835 Elf64_Addr d_ptr; /* Address value */
|
D | gelf.h | 55 typedef Elf64_Addr GElf_Addr;
|
/external/google-breakpad/src/common/android/include/ |
D | elf.h | 107 Elf64_Addr d_ptr;
|
/external/elfutils/libdw/ |
D | dwarf_ranges.c | 117 Dwarf_Addr escape = (width == 8 ? (Elf64_Addr) -1 in __libdw_read_begin_end_pair_inc() 118 : (Elf64_Addr) (Elf32_Addr) -1); in __libdw_read_begin_end_pair_inc()
|
/external/elfutils/libdwfl/ |
D | link_map.c | 282 Elf64_Addr (*a64)[n] = (void *) a32; in report_r_debug() 638 Elf64_Addr a64; in consider_executable()
|