Searched refs:ApplyOatPatchesTo (Results 1 – 2 of 2) sorted by relevance
129 bool ApplyOatPatchesTo(const char* target_section_name, Elf_Addr base_address_delta);
1375 return ApplyOatPatchesTo(".debug_frame", base_address_delta) && in FixupDebugSections()1376 ApplyOatPatchesTo(".debug_info", base_address_delta) && in FixupDebugSections()1377 ApplyOatPatchesTo(".debug_line", base_address_delta); in FixupDebugSections()1381 bool ElfFileImpl<ElfTypes>::ApplyOatPatchesTo( in ApplyOatPatchesTo() function in art::ElfFileImpl