Home
last modified time | relevance | path

Searched refs:Elf64_Addr (Results 1 – 8 of 8) sorted by relevance

/external/kernel-headers/original/linux/
Delf.h24 typedef __u64 Elf64_Addr; typedef
119 Elf64_Addr d_ptr;
136 Elf64_Addr r_offset; /* Location at which to apply the action */
147 Elf64_Addr r_offset; /* Location at which to apply the action */
166 Elf64_Addr st_value; /* Value of the symbol */
195 Elf64_Addr e_entry; /* Entry point virtual address */
228 Elf64_Addr p_vaddr; /* Segment virtual address */
229 Elf64_Addr p_paddr; /* Segment physical address */
286 Elf64_Addr sh_addr; /* Section virtual addr at execution */
/external/qemu/
Delf.h14 typedef uint64_t Elf64_Addr; typedef
222 Elf64_Addr d_ptr;
916 Elf64_Addr r_offset; /* Location at which to apply the action */
927 Elf64_Addr r_offset; /* Location at which to apply the action */
946 Elf64_Addr st_value; /* Value of the symbol */
975 Elf64_Addr e_entry; /* Entry point virtual address */
1008 Elf64_Addr p_vaddr; /* Segment virtual address */
1009 Elf64_Addr p_paddr; /* Segment physical address */
1072 Elf64_Addr sh_addr; /* Section virtual addr at execution */
/external/qemu/elff/
Delf.h65 typedef uint64_t Elf64_Addr; typedef
195 typedef Elf_FHdr<Elf64_Addr, Elf64_Off> Elf64_FHdr;
245 typedef Elf_SHdr<Elf64_Addr, Elf64_Off> Elf64_SHdr;
Delf_file.cc126 ret = new ElfFileImpl<Elf64_Addr, Elf64_Off>; in Create()
/external/elfutils/libelf/
Delf.h47 typedef uint64_t Elf64_Addr; typedef
90 Elf64_Addr e_entry; /* Entry point virtual address */
284 Elf64_Addr sh_addr; /* Section virtual addr at execution */
388 Elf64_Addr st_value; /* Symbol value */
498 Elf64_Addr r_offset; /* Address */
513 Elf64_Addr r_offset; /* Address */
547 Elf64_Addr p_vaddr; /* Segment virtual address */
548 Elf64_Addr p_paddr; /* Segment physical address */
627 Elf64_Addr d_ptr; /* Address value */
Dgelf.h43 typedef Elf64_Addr GElf_Addr;
/external/elfutils/src/
Dxelf.h160 # define XElf_Addr Elf64_Addr
263 case ELF_T_ADDR: fsize = sizeof (Elf64_Addr); break; \
/external/elfcopy/
Delfcopy.c2371 Elf64_Addr oldaddr = in update_symbol_values()
2375 Elf64_Addr newaddr = in update_symbol_values()