Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1388 auto patches_section = FindSectionByName(patches_name.c_str()); in ApplyOatPatchesTo() local
1389 if (patches_section == nullptr) { in ApplyOatPatchesTo()
1393 if (patches_section->sh_type != SHT_OAT_PATCH) { in ApplyOatPatchesTo()
1398 Begin() + patches_section->sh_offset, in ApplyOatPatchesTo()
1399 Begin() + patches_section->sh_offset + patches_section->sh_size, in ApplyOatPatchesTo()