Searched refs:ApplyOatPatchesTo (Results 1 – 3 of 3) sorted by relevance
123 bool ApplyOatPatchesTo(const char* target_section_name, Elf_Addr base_address_delta);
1408 return ApplyOatPatchesTo(".debug_frame", base_address_delta) && in FixupDebugSections()1409 ApplyOatPatchesTo(".debug_info", base_address_delta) && in FixupDebugSections()1410 ApplyOatPatchesTo(".debug_line", base_address_delta); in FixupDebugSections()1414 bool ElfFileImpl<ElfTypes>::ApplyOatPatchesTo( in ApplyOatPatchesTo() function in art::ElfFileImpl
729 if (!oat_file->ApplyOatPatchesTo(".text", delta_)) { in PatchElf()