Searched refs:y_ptr (Results 1 – 1 of 1) sorted by relevance
327 _Unwind_Ptr y_ptr = *(_Unwind_Ptr *) y->pc_begin; in fde_unencoded_compare() local329 if (x_ptr > y_ptr) in fde_unencoded_compare()331 if (x_ptr < y_ptr) in fde_unencoded_compare()339 _Unwind_Ptr base, x_ptr, y_ptr; in fde_single_encoding_compare() local343 read_encoded_value_with_base (ob->s.b.encoding, base, y->pc_begin, &y_ptr); in fde_single_encoding_compare()345 if (x_ptr > y_ptr) in fde_single_encoding_compare()347 if (x_ptr < y_ptr) in fde_single_encoding_compare()356 _Unwind_Ptr x_ptr, y_ptr; in fde_mixed_encoding_compare() local364 y->pc_begin, &y_ptr); in fde_mixed_encoding_compare()366 if (x_ptr > y_ptr) in fde_mixed_encoding_compare()[all …]