Searched refs:next_offset (Results 1 – 2 of 2) sorted by relevance
383 uint32_t next_offset = patch_offset + 4u; in NeedsErratum843419Thunk() local412 bool is_aligned_load = (((next_offset >> 2) ^ (next_insn >> 5)) & 1) == 0; in NeedsErratum843419Thunk()
2288 size_t next_offset = ptr_ - begin_; in CheckIntraDataSection() local2289 if (next_offset > data_end) { in CheckIntraDataSection()2291 next_offset, in CheckIntraDataSection()