Lines Matching refs:pc_begin
109 ob->pc_begin = (void *)-1;
156 ob->pc_begin = (void *)-1; in __register_frame_info_table_bases()
354 memcpy (&p, x->pc_begin + n * sizeof (_Unwind_Ptr), sizeof (_Unwind_Ptr)); in get_pc_begin()
380 read_encoded_value_with_base (ob->s.b.encoding, base, x->pc_begin, &x_ptr); in fde_single_encoding_compare()
381 read_encoded_value_with_base (ob->s.b.encoding, base, y->pc_begin, &y_ptr); in fde_single_encoding_compare()
398 x->pc_begin, &x_ptr); in fde_mixed_encoding_compare()
402 y->pc_begin, &y_ptr); in fde_mixed_encoding_compare()
654 _Unwind_Ptr mask, pc_begin; in classify_object_over_fdes() local
674 read_encoded_value_with_base (encoding, base, this_fde->pc_begin, in classify_object_over_fdes()
675 &pc_begin); in classify_object_over_fdes()
687 if ((pc_begin & mask) == 0) in classify_object_over_fdes()
691 if ((void *) pc_begin < ob->pc_begin) in classify_object_over_fdes()
692 ob->pc_begin = (void *) pc_begin; in classify_object_over_fdes()
733 _Unwind_Ptr pc_begin, mask; in add_fdes() local
735 read_encoded_value_with_base (encoding, base, this_fde->pc_begin, in add_fdes()
736 &pc_begin); in add_fdes()
748 if ((pc_begin & mask) == 0) in add_fdes()
825 _Unwind_Ptr pc_begin, pc_range; in linear_search_fdes() local
846 pc_begin = get_pc_begin (this_fde, 0); in linear_search_fdes()
848 if (pc_begin == 0) in linear_search_fdes()
857 this_fde->pc_begin, &pc_begin); in linear_search_fdes()
870 if ((pc_begin & mask) == 0) in linear_search_fdes()
874 if ((_Unwind_Ptr) pc - pc_begin < pc_range) in linear_search_fdes()
894 void *pc_begin; in binary_search_unencoded_fdes() local
897 pc_begin = (void *) get_pc_begin (f, 0); in binary_search_unencoded_fdes()
900 if (pc < pc_begin) in binary_search_unencoded_fdes()
902 else if (pc >= pc_begin + pc_range) in binary_search_unencoded_fdes()
923 _Unwind_Ptr pc_begin, pc_range; in binary_search_single_encoding_fdes() local
926 p = read_encoded_value_with_base (encoding, base, f->pc_begin, in binary_search_single_encoding_fdes()
927 &pc_begin); 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() local
958 f->pc_begin, &pc_begin); 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()
984 if (pc < ob->pc_begin) in search_object()
1029 if (pc >= ob->pc_begin) in _Unwind_Find_FDE()
1047 if ((*p)->pc_begin < ob->pc_begin) in _Unwind_Find_FDE()
1071 f->pc_begin, &func); in _Unwind_Find_FDE()