Searched refs:Elf32_Addr (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | elf.h | 30 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 1483 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) 1499 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr) 1555 Elf32_Addr p_vaddr; // Virtual address of beginning of segment 1556 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific) 1627 Elf32_Addr d_ptr; // Pointer value of entry.
|
D | elf_file.h | 90 Elf32_Addr FindSymbolAddress(Elf32_Word section_type,
|
D | elf_file.cc | 926 Elf32_Addr ElfFile::FindSymbolAddress(Elf32_Word section_type, in FindSymbolAddress() 1019 Elf32_Addr min_vaddr = 0xFFFFFFFFu; in GetLoadedSize() 1020 Elf32_Addr max_vaddr = 0x00000000u; in GetLoadedSize() 1026 Elf32_Addr begin_vaddr = program_header->p_vaddr; in GetLoadedSize() 1030 Elf32_Addr end_vaddr = program_header->p_vaddr + program_header->p_memsz; in GetLoadedSize()
|
/art/compiler/ |
D | elf_writer.cc | 34 Elf32_Addr oatdata_address = elf_file->FindSymbolAddress(SHT_DYNSYM, in GetOatDataAddress()
|
D | elf_writer_quick.h | 162 Elf32_Addr addr, 190 Elf32_Addr addr_;
|
D | elf_writer_mclinker.cc | 389 Elf32_Addr oatdata_address, in FixupCompiledCodeOffset() 397 Elf32_Addr compiled_code_address = elf_file.FindSymbolAddress(SHT_SYMTAB, in FixupCompiledCodeOffset()
|
D | elf_fixup.cc | 37 Elf32_Addr oatdata_address = ElfWriter::GetOatDataAddress(elf_file.get()); in Fixup()
|
D | elf_writer_quick.cc | 873 const std::string& name, const ElfSectionBuilder* section, Elf32_Addr addr, in AddSymbol()
|