Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h122 bool FixupDebugSections(Elf_Addr base_address_delta);
Delf_file.cc1404 bool ElfFileImpl<ElfTypes>::FixupDebugSections(Elf_Addr base_address_delta) { in FixupDebugSections() function in art::ElfFileImpl
1488 if (!all.FixupDebugSections(reinterpret_cast<intptr_t>(base_address_))) { in GdbJITSupport()
1628 if (!FixupDebugSections(static_cast<Elf_Off>(base_address))) { in Fixup()
/art/patchoat/
Dpatchoat.cc777 if (!oat_file->FixupDebugSections(delta_)) { in PatchElf()