Lines Matching refs:object

52 static struct object *unseen_objects;
53 static struct object *seen_objects;
62 void __register_frame_info_bases (void *begin, struct object *ob,
66 struct object *ob,
102 __register_frame_info_bases (void *begin, struct object *ob,
130 __register_frame_info (void *begin, struct object *ob) in hidden_def()
138 struct object *ob; in __register_frame()
144 ob = (struct object *) malloc (sizeof (struct object)); in __register_frame()
153 __register_frame_info_table_bases (void *begin, struct object *ob, in __register_frame_info_table_bases()
175 __register_frame_info_table (void *begin, struct object *ob) in hidden_def()
183 struct object *ob = (struct object *) malloc (sizeof (struct object)); in __register_frame_table()
202 struct object **p; in __deregister_frame_info_bases()
203 struct object *ob = 0; in __deregister_frame_info_bases()
271 base_from_object (unsigned char encoding, struct object *ob) in base_from_object()
361 fde_unencoded_compare (struct object *ob __attribute__((unused)), in fde_unencoded_compare()
375 fde_single_encoding_compare (struct object *ob, fde *x, fde *y) in fde_single_encoding_compare()
391 fde_mixed_encoding_compare (struct object *ob, fde *x, fde *y) in fde_mixed_encoding_compare()
411 typedef int (*fde_compare_t) (struct object *, fde *, fde *);
470 fde_split (struct object *ob, fde_compare_t fde_compare, in fde_split()
515 frame_heapsort (struct object *ob, fde_compare_t fde_compare, in frame_heapsort()
580 fde_merge (struct object *ob, fde_compare_t fde_compare, in fde_merge()
607 end_fde_sort (struct object *ob, struct fde_accumulator *accu, size_t count) in end_fde_sort()
644 classify_object_over_fdes (struct object *ob, fde *this_fde) in classify_object_over_fdes()
699 add_fdes (struct object *ob, struct fde_accumulator *accu, fde *this_fde) in add_fdes()
762 init_object (struct object* ob) in init_object()
816 linear_search_fdes (struct object *ob, fde *this_fde, void *pc) in linear_search_fdes()
885 binary_search_unencoded_fdes (struct object *ob, void *pc) in binary_search_unencoded_fdes()
912 binary_search_single_encoding_fdes (struct object *ob, void *pc) in binary_search_single_encoding_fdes()
942 binary_search_mixed_encoding_fdes (struct object *ob, void *pc) in binary_search_mixed_encoding_fdes()
973 search_object (struct object* ob, void *pc) in search_object()
1019 struct object *ob; in _Unwind_Find_FDE()
1040 struct object **p; in _Unwind_Find_FDE()