Searched defs:Elf32_Addr (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Delf.h8 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;
303 Elf32_Addr sh_addr;
/external/llvm/include/llvm/Support/
H A DELF.h31 typedef uint32_t Elf32_Addr; // Program address typedef in namespace:llvm::ELF
68 Elf32_Addr e_entry; // Address to jump to in order to start program
604 Elf32_Addr sh_addr; // Address where section is to be loaded
797 Elf32_Addr st_value; // Value or address associated with the symbol
895 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
911 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
967 Elf32_Addr p_vaddr; // Virtual address of beginning of segment
968 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)
1046 Elf32_Addr d_ptr; // Pointer value of entry.
/external/elfutils/libelf/
H A Delf.h47 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_Conflic
[all...]
/external/valgrind/perf/
H A Dtinycc.c130 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_Conflic
[all...]

Completed in 2318 milliseconds