Lines Matching refs:this_fde
451 fde_insert (struct fde_accumulator *accu, fde *this_fde) in fde_insert() argument
454 accu->linear->array[accu->linear->count++] = this_fde; in fde_insert()
644 classify_object_over_fdes (struct object *ob, fde *this_fde) in classify_object_over_fdes() argument
651 for (; ! last_fde (ob, this_fde); this_fde = next_fde (this_fde)) in classify_object_over_fdes()
657 if (this_fde->CIE_delta == 0) in classify_object_over_fdes()
662 this_cie = get_cie (this_fde); in classify_object_over_fdes()
674 read_encoded_value_with_base (encoding, base, this_fde->pc_begin, in classify_object_over_fdes()
699 add_fdes (struct object *ob, struct fde_accumulator *accu, fde *this_fde) in add_fdes() argument
705 for (; ! last_fde (ob, this_fde); this_fde = next_fde (this_fde)) in add_fdes()
710 if (this_fde->CIE_delta == 0) in add_fdes()
717 this_cie = get_cie (this_fde); in add_fdes()
728 if (get_pc_begin (this_fde, 0) == 0) in add_fdes()
735 read_encoded_value_with_base (encoding, base, this_fde->pc_begin, in add_fdes()
752 fde_insert (accu, this_fde); in add_fdes()
816 linear_search_fdes (struct object *ob, fde *this_fde, void *pc) in linear_search_fdes() argument
822 for (; ! last_fde (ob, this_fde); this_fde = next_fde (this_fde)) in linear_search_fdes()
828 if (this_fde->CIE_delta == 0) in linear_search_fdes()
835 this_cie = get_cie (this_fde); in linear_search_fdes()
846 pc_begin = get_pc_begin (this_fde, 0); in linear_search_fdes()
847 pc_range = get_pc_begin (this_fde, 1); in linear_search_fdes()
857 this_fde->pc_begin, &pc_begin); in linear_search_fdes()
875 return this_fde; in linear_search_fdes()