Searched refs:patches_section (Results 1 – 1 of 1) sorted by relevance
1376 auto patches_section = FindSectionByName(patches_name.c_str()); in ApplyOatPatchesTo() local1377 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()