Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h119 bool FixupProgramHeaders(Elf_Addr base_address);
Delf_file.cc1611 if (!FixupProgramHeaders(base_address)) { in Fixup()
1676 bool ElfFileImpl<ElfTypes>::FixupProgramHeaders(Elf_Addr base_address) { in FixupProgramHeaders() function in art::ElfFileImpl
/art/patchoat/
Dpatchoat.cc757 oat_file->FixupProgramHeaders(delta_); in PatchElf()