Home
last modified time | relevance | path

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

/sysdeps/generic/
A Dunwind-dw2-fde.c651 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()
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()
752 fde_insert (accu, this_fde); in add_fdes()
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()
[all …]

Completed in 5 milliseconds