Searched refs:Elf32_Addr (Results 1 – 3 of 3) sorted by relevance
30 typedef uint32_t Elf32_Addr; // Program address typedef77 Elf32_Addr e_entry; // Address to jump to in order to start program1211 Elf32_Addr sh_addr; // Address where section is to be loaded1399 Elf32_Addr st_value; // Value or address associated with the symbol1490 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)1506 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)1562 Elf32_Addr p_vaddr; // Virtual address of beginning of segment1563 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)1635 Elf32_Addr d_ptr; // Pointer value of entry.1863 typedef Elf32_Addr Addr;
1884 return elf32_->Fixup(static_cast<Elf32_Addr>(base_address)); in Fixup()
912 elf_header.e_ident[EI_CLASS] = (sizeof(Elf_Addr) == sizeof(Elf32_Addr)) in MakeElfHeader()