Lines Matching refs:_Unwind_Ptr
270 static _Unwind_Ptr
284 return (_Unwind_Ptr) ob->tbase; in base_from_object()
286 return (_Unwind_Ptr) ob->dbase; in base_from_object()
298 _Unwind_Ptr dummy; in get_cie_encoding()
350 static inline _Unwind_Ptr
353 _Unwind_Ptr p; in get_pc_begin()
354 memcpy (&p, x->pc_begin + n * sizeof (_Unwind_Ptr), sizeof (_Unwind_Ptr)); in get_pc_begin()
364 _Unwind_Ptr x_ptr = get_pc_begin (x, 0); in fde_unencoded_compare()
365 _Unwind_Ptr y_ptr = get_pc_begin (y, 0); in fde_unencoded_compare()
377 _Unwind_Ptr base, x_ptr, y_ptr; in fde_single_encoding_compare()
394 _Unwind_Ptr x_ptr, y_ptr; in fde_mixed_encoding_compare()
649 _Unwind_Ptr base = 0; in classify_object_over_fdes()
654 _Unwind_Ptr mask, pc_begin; in classify_object_over_fdes()
703 _Unwind_Ptr base = base_from_object (ob->s.b.encoding, ob); in add_fdes()
733 _Unwind_Ptr pc_begin, mask; in add_fdes()
820 _Unwind_Ptr base = base_from_object (ob->s.b.encoding, ob); in linear_search_fdes()
825 _Unwind_Ptr pc_begin, pc_range; in linear_search_fdes()
853 _Unwind_Ptr mask; in linear_search_fdes()
874 if ((_Unwind_Ptr) pc - pc_begin < pc_range) in linear_search_fdes()
916 _Unwind_Ptr base = base_from_object (encoding, ob); in binary_search_single_encoding_fdes()
923 _Unwind_Ptr pc_begin, pc_range; in binary_search_single_encoding_fdes()
930 if ((_Unwind_Ptr) pc < pc_begin) in binary_search_single_encoding_fdes()
932 else if ((_Unwind_Ptr) pc >= pc_begin + pc_range) in binary_search_single_encoding_fdes()
951 _Unwind_Ptr pc_begin, pc_range; in binary_search_mixed_encoding_fdes()
961 if ((_Unwind_Ptr) pc < pc_begin) in binary_search_mixed_encoding_fdes()
963 else if ((_Unwind_Ptr) pc >= pc_begin + pc_range) in binary_search_mixed_encoding_fdes()
1062 _Unwind_Ptr func; in _Unwind_Find_FDE()