Searched refs:Elf64_Addr (Results 1 – 2 of 2) sorted by relevance
36 typedef uint64_t Elf64_Addr; typedef101 Elf64_Addr e_entry;1225 Elf64_Addr sh_addr;1429 Elf64_Addr st_value; // Value or address associated with the symbol1523 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr).1541 Elf64_Addr r_offset; // Location (file byte offset, or program virtual addr).1575 Elf64_Addr p_vaddr; // Virtual address of beginning of segment1576 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)1646 Elf64_Addr d_ptr; // Pointer value of entry.1878 typedef Elf64_Addr Addr;
445 uint8_t elf_class = (sizeof(Elf_Addr) == sizeof(Elf64_Addr)) ? ELFCLASS64 : ELFCLASS32; in SetMap()871 unsigned char type = (sizeof(Elf_Addr) == sizeof(Elf64_Addr)) in FindSymbolByName()1880 return elf64_->Fixup(static_cast<Elf64_Addr>(base_address)); in Fixup()