Searched refs:saved_offset (Results 1 – 2 of 2) sorted by relevance
28 const lldb::offset_t saved_offset = *offset; in GetMaxU64() local30 return *offset != saved_offset; in GetMaxU64()36 lldb::offset_t saved_offset = *offset; in GetMaxU64() local40 *offset = saved_offset; in GetMaxU64()50 const lldb::offset_t saved_offset = *offset; in GetMaxS64() local52 return *offset != saved_offset; in GetMaxS64()58 lldb::offset_t saved_offset = *offset; in GetMaxS64() local62 *offset = saved_offset; in GetMaxS64()
592 offset_t saved_offset = offset; in FDEToUnwindPlan() local596 if (offset - saved_offset != aug_data_len) { in FDEToUnwindPlan()601 offset = saved_offset; in FDEToUnwindPlan()