Home
last modified time | relevance | path

Searched refs:Elf32_Addr (Results 1 – 8 of 8) 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
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.
Delf_file.h90 Elf32_Addr FindSymbolAddress(Elf32_Word section_type,
Delf_file.cc926 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/
Delf_writer.cc34 Elf32_Addr oatdata_address = elf_file->FindSymbolAddress(SHT_DYNSYM, in GetOatDataAddress()
Delf_writer_quick.h162 Elf32_Addr addr,
190 Elf32_Addr addr_;
Delf_writer_mclinker.cc389 Elf32_Addr oatdata_address, in FixupCompiledCodeOffset()
397 Elf32_Addr compiled_code_address = elf_file.FindSymbolAddress(SHT_SYMTAB, in FixupCompiledCodeOffset()
Delf_fixup.cc37 Elf32_Addr oatdata_address = ElfWriter::GetOatDataAddress(elf_file.get()); in Fixup()
Delf_writer_quick.cc873 const std::string& name, const ElfSectionBuilder* section, Elf32_Addr addr, in AddSymbol()