Searched refs:this_fde (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dunwind-dw2-fde.c415 fde_insert (struct fde_accumulator *accu, const fde *this_fde)
418 accu->linear->array[accu->linear->count++] = this_fde;
601 classify_object_over_fdes (struct object *ob, const fde *this_fde)
608 for (; ! last_fde (ob, this_fde); this_fde = next_fde (this_fde))
614 if (this_fde->CIE_delta == 0)
619 this_cie = get_cie (this_fde);
631 read_encoded_value_with_base (encoding, base, this_fde->pc_begin,
656 add_fdes (struct object *ob, struct fde_accumulator *accu, const fde *this_fde)
413 fde_insert(struct fde_accumulator *accu, const fde *this_fde) argument
598 classify_object_over_fdes(struct object *ob, const fde *this_fde) argument
653 add_fdes(struct object *ob, struct fde_accumulator *accu, const fde *this_fde) argument
770 linear_search_fdes(struct object *ob, const fde *this_fde, void *pc) argument
[all...]

Completed in 111 milliseconds