Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h128 bool FixupDebugSections(Elf_Addr base_address_delta);
Delf_file.cc1371 bool ElfFileImpl<ElfTypes>::FixupDebugSections(Elf_Addr base_address_delta) { in FixupDebugSections() function in art::ElfFileImpl
1551 if (!FixupDebugSections(static_cast<Elf_Off>(base_address))) { in Fixup()