Searched refs:FixupDebugSections (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Delf_file_impl.h130 bool FixupDebugSections(Elf_Addr base_address_delta);
H A Delf_file.cc1354 bool ElfFileImpl<ElfTypes>::FixupDebugSections(Elf_Addr base_address_delta) { function in class:art::ElfFileImpl
1534 if (!FixupDebugSections(static_cast<Elf_Off>(base_address))) {
/art/patchoat/
H A Dpatchoat.cc875 if (!oat_file->FixupDebugSections(delta_)) {

Completed in 55 milliseconds