Searched refs:patch_loc (Results 1 – 1 of 1) sorted by relevance
753 uint32_t* patch_loc = reinterpret_cast<uint32_t*>(to_patch + *patches); in PatchTextSection() local754 CHECK_LT(reinterpret_cast<uintptr_t>(patch_loc), to_patch_end); in PatchTextSection()755 *patch_loc += delta_; in PatchTextSection()