HomeSort by relevance Sort by last modified time
    Searched refs:Elf64_Addr (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/syslinux/com32/include/sys/
elf64.h 19 typedef uint64_t Elf64_Addr;
28 Elf64_Addr d_ptr;
38 Elf64_Addr r_offset;
43 Elf64_Addr r_offset;
55 Elf64_Addr st_value;
66 Elf64_Addr e_entry;
84 Elf64_Addr p_vaddr;
85 Elf64_Addr p_paddr;
97 Elf64_Addr sh_addr;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf64.h 50 typedef UINT64 Elf64_Addr;
81 Elf64_Addr e_entry; /* Entry point. */
102 Elf64_Addr sh_addr; /* Address in memory image. */
119 Elf64_Addr p_vaddr; /* Virtual address in memory image. */
120 Elf64_Addr p_paddr; /* Physical address (not used). */
134 Elf64_Addr d_ptr; /* Address value. */
144 Elf64_Addr r_offset; /* Location to be relocated. */
150 Elf64_Addr r_offset; /* Location to be relocated. */
194 Elf64_Addr c_ptr;
207 Elf64_Addr st_value; /* Symbol value. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf64.h 50 typedef UINT64 Elf64_Addr;
81 Elf64_Addr e_entry; /* Entry point. */
102 Elf64_Addr sh_addr; /* Address in memory image. */
119 Elf64_Addr p_vaddr; /* Virtual address in memory image. */
120 Elf64_Addr p_paddr; /* Physical address (not used). */
134 Elf64_Addr d_ptr; /* Address value. */
144 Elf64_Addr r_offset; /* Location to be relocated. */
150 Elf64_Addr r_offset; /* Location to be relocated. */
194 Elf64_Addr c_ptr;
207 Elf64_Addr st_value; /* Symbol value. */
    [all...]
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 10 typedef uint64_t Elf64_Addr;
16 Elf64_Addr p_vaddr;
  /external/elfutils/backends/
ppc64_resolve_sym.c 47 && *addr + sizeof (Elf64_Addr) <= ebl->fd_addr + ebl->fd_data->d_size)
55 opd_out.d_size = opd_in.d_size = sizeof (Elf64_Addr);
  /external/syslinux/com32/include/sys/x86_64/
module.h 25 typedef Elf64_Addr Elf_Addr;
  /external/minijail/
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/google-breakpad/src/common/linux/
elfutils.h 58 typedef Elf64_Addr Addr;
67 static const size_t kAddrSize = sizeof(Elf64_Addr);
  /external/syslinux/com32/lib/sys/module/x86_64/
elf_module.c 37 Elf64_Addr min_addr = 0x0000000000000000; // Min. ELF vaddr
38 Elf64_Addr max_addr = 0x0000000000000000; // Max. ELF vaddr
40 Elf64_Addr min_alloc, max_alloc; // Min. and max. aligned allocables
42 Elf64_Addr dyn_addr = 0x0000000000000000;
106 module->base_addr = (Elf64_Addr)(module->module_addr) - min_alloc;
145 (Elf64_Addr)module_get_absolute(cr_pht->p_vaddr, module));
201 Elf64_Addr sym_addr = 0x0;
228 sym_addr = (Elf64_Addr)module_get_absolute(sym_def->st_value, sym_module);
  /bionic/libc/kernel/uapi/linux/
elf.h 28 typedef __u64 Elf64_Addr;
128 Elf64_Addr d_ptr;
140 Elf64_Addr r_offset;
149 Elf64_Addr r_offset;
166 Elf64_Addr st_value;
191 Elf64_Addr e_entry;
219 Elf64_Addr p_vaddr;
220 Elf64_Addr p_paddr;
272 Elf64_Addr sh_addr;
  /external/kernel-headers/original/uapi/linux/
elf.h 16 typedef __u64 Elf64_Addr;
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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 24 typedef __u64 Elf64_Addr;
158 Elf64_Addr d_ptr;
175 Elf64_Addr r_offset; /* Location at which to apply the action */
186 Elf64_Addr r_offset; /* Location at which to apply the action */
205 Elf64_Addr st_value; /* Value of the symbol */
234 Elf64_Addr e_entry; /* Entry point virtual address */
267 Elf64_Addr p_vaddr; /* Segment virtual address */
268 Elf64_Addr p_paddr; /* Segment physical address */
325 Elf64_Addr sh_addr; /* Section virtual addr at execution */
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 36 find_gp (struct elf_dyn_info *edi, Elf64_Phdr *pdyn, Elf64_Addr load_base)
42 Elf64_Addr gp = 0;
54 gp = (Elf64_Addr) dyn->d_un.d_ptr + load_base;
83 gp = ((Elf64_Addr *) ((char *) edi->ei.image + shdr->sh_offset))[1];
  /external/syslinux/gpxe/src/include/
elf.h 161 typedef uint64_t Elf64_Addr;
193 Elf64_Addr e_entry; /* Entry point. */
223 Elf64_Addr p_vaddr; /* Virtual address (not used). */
224 Elf64_Addr p_paddr; /* Physical address. */
  /external/elfutils/libdw/
dwarf_ranges.c 48 Dwarf_Addr escape = (width == 8 ? (Elf64_Addr) -1
49 : (Elf64_Addr) (Elf32_Addr) -1);
  /external/google-breakpad/src/common/android/include/
elf.h 107 Elf64_Addr d_ptr;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 36 typedef uint64_t Elf64_Addr;
91 Elf64_Addr e_entry;
677 Elf64_Addr sh_addr;
    [all...]
  /bionic/tools/relocation_packer/src/
elf_traits.h 45 typedef Elf64_Addr Addr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
link.h 112 extern Elf64_Addr la_x86_64_gnu_pltenter (Elf64_Sym *__sym,
  /external/llvm/include/llvm/Support/
ELF.h 37 typedef uint64_t Elf64_Addr;
92 Elf64_Addr e_entry;
640 Elf64_Addr sh_addr;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 37 typedef uint64_t Elf64_Addr;
92 Elf64_Addr e_entry;
641 Elf64_Addr sh_addr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 37 typedef uint64_t Elf64_Addr;
92 Elf64_Addr e_entry;
643 Elf64_Addr sh_addr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 35 using Elf64_Addr = uint64_t;
92 Elf64_Addr e_entry;
645 Elf64_Addr sh_addr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 35 using Elf64_Addr = uint64_t;
92 Elf64_Addr e_entry;
645 Elf64_Addr sh_addr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 35 using Elf64_Addr = uint64_t;
92 Elf64_Addr e_entry;
690 Elf64_Addr sh_addr;
    [all...]

Completed in 690 milliseconds

1 2 3