Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1376 auto patches_section = FindSectionByName(patches_name.c_str()); in ApplyOatPatchesTo() local
1377 if (patches_section == nullptr) { in ApplyOatPatchesTo()
1381 if (patches_section->sh_type != SHT_OAT_PATCH) { in ApplyOatPatchesTo()
1386 Begin() + patches_section->sh_offset, in ApplyOatPatchesTo()
1387 Begin() + patches_section->sh_offset + patches_section->sh_size, in ApplyOatPatchesTo()