Home
last modified time | relevance | path

Searched defs:base_address (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Delf_fixup.cc38 Elf32_Off base_address = oat_data_begin - oatdata_address; in Fixup() local
68 bool ElfFixup::FixupDynamic(ElfFile& elf_file, uintptr_t base_address) { in FixupDynamic()
86 bool ElfFixup::FixupSectionHeaders(ElfFile& elf_file, uintptr_t base_address) { in FixupSectionHeaders()
104 bool ElfFixup::FixupProgramHeaders(ElfFile& elf_file, uintptr_t base_address) { in FixupProgramHeaders()
125 bool ElfFixup::FixupSymbols(ElfFile& elf_file, uintptr_t base_address, bool dynamic) { in FixupSymbols()
149 bool ElfFixup::FixupRelocations(ElfFile& elf_file, uintptr_t base_address) { in FixupRelocations()
/art/disassembler/
Ddisassembler.h37 DisassemblerOptions(bool absolute_addresses, const uint8_t* base_address) in DisassemblerOptions()