Searched refs:processed_adrp_thunks_ (Results 1 – 2 of 2) sorted by relevance
95 processed_adrp_thunks_(0u) { in Arm64RelativePatcher()173 CHECK_LE(num_thunks, processed_adrp_thunks_); in WriteThunks()175 const auto& entry = adrp_thunk_locations_[processed_adrp_thunks_ - num_thunks + i]; in WriteThunks()220 if (fix_cortex_a53_843419_ && processed_adrp_thunks_ != adrp_thunk_locations_.size() && in PatchPcRelativeReference()221 adrp_thunk_locations_[processed_adrp_thunks_].first == patch_offset) { in PatchPcRelativeReference()224 uint32_t thunk_offset = adrp_thunk_locations_[processed_adrp_thunks_].second; in PatchPcRelativeReference()245 processed_adrp_thunks_ += 1u; in PatchPcRelativeReference()289 CHECK_LE(num_thunks, processed_adrp_thunks_); in PatchPcRelativeReference()291 for (size_t i = processed_adrp_thunks_ - num_thunks; ; ++i) { in PatchPcRelativeReference()292 CHECK_NE(i, processed_adrp_thunks_); in PatchPcRelativeReference()[all …]
77 size_t processed_adrp_thunks_; variable