Home
last modified time | relevance | path

Searched refs:Elf32_Addr (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Delf.h30 typedef uint32_t Elf32_Addr; // Program address typedef
74 Elf32_Addr e_entry; // Address to jump to in order to start program
1208 Elf32_Addr sh_addr; // Address where section is to be loaded
1395 Elf32_Addr st_value; // Value or address associated with the symbol
1484 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
1500 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
1556 Elf32_Addr p_vaddr; // Virtual address of beginning of segment
1557 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)
1628 Elf32_Addr d_ptr; // Pointer value of entry.
1856 typedef Elf32_Addr Addr;
Delf_file.cc1929 return elf32_->Fixup(static_cast<Elf32_Addr>(base_address)); in Fixup()
/art/compiler/
Delf_builder.h879 elf_header.e_ident[EI_CLASS] = (sizeof(Elf_Addr) == sizeof(Elf32_Addr)) in MakeElfHeader()