Searched refs:base_from_object (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/sysdeps/generic/ |
D | unwind-dw2-fde.c | 271 base_from_object (unsigned char encoding, struct object *ob) in base_from_object() function 379 base = base_from_object (ob->s.b.encoding, ob); in fde_single_encoding_compare() 397 read_encoded_value_with_base (x_encoding, base_from_object (x_encoding, ob), in fde_mixed_encoding_compare() 401 read_encoded_value_with_base (y_encoding, base_from_object (y_encoding, ob), in fde_mixed_encoding_compare() 667 base = base_from_object (encoding, ob); in classify_object_over_fdes() 703 _Unwind_Ptr base = base_from_object (ob->s.b.encoding, ob); in add_fdes() 722 base = base_from_object (encoding, ob); in add_fdes() 820 _Unwind_Ptr base = base_from_object (ob->s.b.encoding, ob); in linear_search_fdes() 840 base = base_from_object (encoding, ob); in linear_search_fdes() 916 _Unwind_Ptr base = base_from_object (encoding, ob); in binary_search_single_encoding_fdes() [all …]
|