Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h130 bool FixupDebugSections(Elf_Addr base_address_delta);
Delf_file.cc1345 bool ElfFileImpl<ElfTypes>::FixupDebugSections(Elf_Addr base_address_delta) { in FixupDebugSections() function in art::ElfFileImpl
1525 if (!FixupDebugSections(static_cast<Elf_Off>(base_address))) { in Fixup()
/art/patchoat/
Dpatchoat.cc862 if (!oat_file->FixupDebugSections(delta_)) { in PatchElf()