Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h128 bool FixupSectionHeaders(Elf_Addr base_address);
Delf_file.cc1531 if (!FixupSectionHeaders(base_address)) { in Fixup()
1580 bool ElfFileImpl<ElfTypes>::FixupSectionHeaders(Elf_Addr base_address) { in FixupSectionHeaders() function in art::ElfFileImpl