Lines Matching defs:ob

74 __register_frame_info_bases (const void *begin, struct object *ob,  in __register_frame_info_bases()
101 __register_frame_info (const void *begin, struct object *ob) in __register_frame_info()
109 struct object *ob; in __register_frame() local
124 __register_frame_info_table_bases (void *begin, struct object *ob, in __register_frame_info_table_bases()
145 __register_frame_info_table (void *begin, struct object *ob) in __register_frame_info_table()
153 struct object *ob = malloc (sizeof (struct object)); in __register_frame_table() local
173 struct object *ob = 0; in __deregister_frame_info_bases() local
236 base_from_object (unsigned char encoding, struct object *ob) in base_from_object()
327 fde_unencoded_compare (struct object *ob __attribute__((unused)), in fde_unencoded_compare()
342 fde_single_encoding_compare (struct object *ob, const fde *x, const fde *y) in fde_single_encoding_compare()
358 fde_mixed_encoding_compare (struct object *ob, const fde *x, const fde *y) in fde_mixed_encoding_compare()
437 fde_split (struct object *ob, fde_compare_t fde_compare, in fde_split()
483 frame_downheap (struct object *ob, fde_compare_t fde_compare, const fde **a, in frame_downheap()
509 frame_heapsort (struct object *ob, fde_compare_t fde_compare, in frame_heapsort()
541 fde_merge (struct object *ob, fde_compare_t fde_compare, in fde_merge()
568 end_fde_sort (struct object *ob, struct fde_accumulator *accu, size_t count) in end_fde_sort()
603 classify_object_over_fdes (struct object *ob, const fde *this_fde) in classify_object_over_fdes()
660 add_fdes (struct object *ob, struct fde_accumulator *accu, const fde *this_fde) in add_fdes()
725 init_object (struct object* ob) in init_object()
795 linear_search_fdes (struct object *ob, const fde *this_fde, void *pc) in linear_search_fdes()
865 binary_search_unencoded_fdes (struct object *ob, void *pc) in binary_search_unencoded_fdes()
891 binary_search_single_encoding_fdes (struct object *ob, void *pc) in binary_search_single_encoding_fdes()
921 binary_search_mixed_encoding_fdes (struct object *ob, void *pc) in binary_search_mixed_encoding_fdes()
952 search_object (struct object* ob, void *pc) in search_object()
998 struct object *ob; in _Unwind_Find_FDE() local