Searched refs:pc_range (Results 1 – 1 of 1) sorted by relevance
825 _Unwind_Ptr pc_begin, pc_range; in linear_search_fdes() local847 pc_range = get_pc_begin (this_fde, 1); in linear_search_fdes()858 read_encoded_value_with_base (encoding & 0x0F, 0, p, &pc_range); in linear_search_fdes()874 if ((_Unwind_Ptr) pc - pc_begin < pc_range) in linear_search_fdes()895 uaddr pc_range; in binary_search_unencoded_fdes() local898 pc_range = (uaddr) get_pc_begin (f, 1); 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() local932 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[all …]
Completed in 5 milliseconds