Searched defs:Elf64_Addr (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c10 typedef uint64_t Elf64_Addr; typedef
16 Elf64_Addr p_vaddr;
/external/chromium_org/third_party/libvpx/include/
H A Delf.h46 typedef uint64_t Elf64_Addr; typedef
171 Elf64_Addr d_ptr;
186 Elf64_Addr r_offset;
197 Elf64_Addr r_offset;
218 Elf64_Addr st_value;
250 Elf64_Addr e_entry;
285 Elf64_Addr p_vaddr;
286 Elf64_Addr p_paddr;
347 Elf64_Addr sh_addr;
/external/kernel-headers/original/uapi/linux/
H A Delf.h15 typedef __u64 Elf64_Addr; typedef
149 Elf64_Addr d_ptr;
166 Elf64_Addr r_offset; /* Location at which to apply the action */
177 Elf64_Addr r_offset; /* Location at which to apply the action */
196 Elf64_Addr st_value; /* Value of the symbol */
225 Elf64_Addr e_entry; /* Entry point virtual address */
258 Elf64_Addr p_vaddr; /* Segment virtual address */
259 Elf64_Addr p_paddr; /* Segment physical address */
316 Elf64_Addr sh_addr; /* Section virtual addr at execution */
/external/llvm/include/llvm/Support/
H A DELF.h37 typedef uint64_t Elf64_Addr; typedef in namespace:llvm::ELF
92 Elf64_Addr e_entry;
1237 Elf64_Addr sh_addr;
1434 Elf64_Addr st_value; // Value or address associated with the symbol
1528 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr).
1546 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr).
1580 Elf64_Addr p_vaddr; // Virtual address of beginning of segment
1581 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)
1651 Elf64_Addr d_ptr; // Pointer value of entry.
/external/qemu/include/
H A Delf.h14 typedef uint64_t Elf64_Addr; typedef
277 Elf64_Addr d_ptr;
1207 Elf64_Addr r_offset; /* Location at which to apply the action */
1218 Elf64_Addr r_offset; /* Location at which to apply the action */
1237 Elf64_Addr st_value; /* Value of the symbol */
1271 Elf64_Addr e_entry; /* Entry point virtual address */
1304 Elf64_Addr p_vaddr; /* Segment virtual address */
1305 Elf64_Addr p_paddr; /* Segment physical address */
1368 Elf64_Addr sh_addr; /* Section virtual addr at execution */
/external/elfutils/0.153/libelf/
H A Delf.h52 typedef uint64_t Elf64_Addr; typedef
95 Elf64_Addr e_entry; /* Entry point virtual address */
292 Elf64_Addr sh_addr; /* Section virtual addr at execution */
398 Elf64_Addr st_value; /* Symbol value */
510 Elf64_Addr r_offset; /* Address */
525 Elf64_Addr r_offset; /* Address */
559 Elf64_Addr p_vaddr; /* Segment virtual address */
560 Elf64_Addr p_paddr; /* Segment physical address */
652 Elf64_Addr d_ptr; /* Address value */
/external/valgrind/main/perf/
H A Dtinycc.c131 typedef uint64_t Elf64_Addr; typedef
174 Elf64_Addr e_entry; /* Entry point virtual address */
319 Elf64_Addr sh_addr; /* Section virtual addr at execution */
392 Elf64_Addr st_value; /* Symbol value */
504 Elf64_Addr r_offset; /* Address */
519 Elf64_Addr r_offset; /* Address */
553 Elf64_Addr p_vaddr; /* Segment virtual address */
554 Elf64_Addr p_paddr; /* Segment physical address */
621 Elf64_Addr d_ptr; /* Address value */

Completed in 1064 milliseconds