Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc350 const uint8_t* rel_end = &rel[rel_size]; in CheckImageIdenticalToOriginalExceptForRelocation() local
361 while (rel_ptr != rel_end) { in CheckImageIdenticalToOriginalExceptForRelocation()
363 if (DecodeUnsignedLeb128Checked(&rel_ptr, rel_end, &offset_delta)) { in CheckImageIdenticalToOriginalExceptForRelocation()