Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1416 auto target_section = FindSectionByName(target_section_name); in ApplyOatPatchesTo() local
1417 if (target_section == nullptr) { in ApplyOatPatchesTo()
1434 Begin() + target_section->sh_offset, in ApplyOatPatchesTo()
1435 Begin() + target_section->sh_offset + target_section->sh_size); in ApplyOatPatchesTo()