Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h118 bool FixupSectionHeaders(Elf_Addr base_address);
Delf_file.cc1607 if (!FixupSectionHeaders(base_address)) { in Fixup()
1656 bool ElfFileImpl<ElfTypes>::FixupSectionHeaders(Elf_Addr base_address) { in FixupSectionHeaders() function in art::ElfFileImpl
/art/patchoat/
Dpatchoat.cc761 oat_file->FixupSectionHeaders(delta_); in PatchElf()