Home
last modified time | relevance | path

Searched refs:Fixup (Results 1 – 9 of 9) sorted by relevance

/art/dex2oat/linker/
Delf_writer.cc51 bool ElfWriter::Fixup(File* file, uintptr_t oat_data_begin) { in Fixup() function in art::linker::ElfWriter
60 return elf_file->Fixup(base_address); in Fixup()
Delf_writer.h53 static bool Fixup(File* file, uintptr_t oat_data_begin);
Dimage_test.h354 bool success_fixup = ElfWriter::Fixup(oat_file.get(), writer->GetOatDataBegin(i)); in DoCompile()
/art/runtime/
Delf_file.h91 static bool Fixup(File* file, uint64_t oat_data_begin);
93 bool Fixup(uint64_t base_address);
Delf_file_impl.h122 bool Fixup(Elf_Addr base_address);
Delf_file.cc1534 bool ElfFileImpl<ElfTypes>::Fixup(Elf_Addr base_address) { in Fixup() function in art::ElfFileImpl
1901 bool ElfFile::Fixup(uint64_t base_address) { in Fixup() function in art::ElfFile
1903 return elf64_->Fixup(static_cast<Elf64_Addr>(base_address)); in Fixup()
1907 return elf32_->Fixup(static_cast<Elf32_Addr>(base_address)); in Fixup()
1909 DELEGATE_TO_IMPL(Fixup, base_address); in Fixup()
/art/runtime/arch/arm/
Dasm_support_arm.S49 add \rDest, pc @ Fixup GOT_PREL address.
/art/runtime/mirror/
Darray.h251 void Fixup(ObjPtr<mirror::PointerArray> dest, PointerSize pointer_size, const Visitor& visitor)
Darray-inl.h274 inline void PointerArray::Fixup(ObjPtr<mirror::PointerArray> dest, in Fixup() function