Lines Matching defs:ob
85 __register_frame_info_bases (const void *begin, struct object *ob, in __register_frame_info_bases()
122 __register_frame_info (const void *begin, struct object *ob) in __register_frame_info()
130 struct object *ob; in __register_frame() local
145 __register_frame_info_table_bases (void *begin, struct object *ob, in __register_frame_info_table_bases()
176 __register_frame_info_table (void *begin, struct object *ob) in __register_frame_info_table()
184 struct object *ob = malloc (sizeof (struct object)); in __register_frame_table() local
204 struct object *ob = 0; in __deregister_frame_info_bases() local
267 base_from_object (unsigned char encoding, struct object *ob) in base_from_object()
358 fde_unencoded_compare (struct object *ob __attribute__((unused)), in fde_unencoded_compare()
373 fde_single_encoding_compare (struct object *ob, const fde *x, const fde *y) in fde_single_encoding_compare()
389 fde_mixed_encoding_compare (struct object *ob, const fde *x, const fde *y) in fde_mixed_encoding_compare()
468 fde_split (struct object *ob, fde_compare_t fde_compare, in fde_split()
514 frame_downheap (struct object *ob, fde_compare_t fde_compare, const fde **a, in frame_downheap()
540 frame_heapsort (struct object *ob, fde_compare_t fde_compare, in frame_heapsort()
572 fde_merge (struct object *ob, fde_compare_t fde_compare, in fde_merge()
599 end_fde_sort (struct object *ob, struct fde_accumulator *accu, size_t count) in end_fde_sort()
634 classify_object_over_fdes (struct object *ob, const fde *this_fde) in classify_object_over_fdes()
691 add_fdes (struct object *ob, struct fde_accumulator *accu, const fde *this_fde) in add_fdes()
756 init_object (struct object* ob) in init_object()
826 linear_search_fdes (struct object *ob, const fde *this_fde, void *pc) in linear_search_fdes()
896 binary_search_unencoded_fdes (struct object *ob, void *pc) in binary_search_unencoded_fdes()
922 binary_search_single_encoding_fdes (struct object *ob, void *pc) in binary_search_single_encoding_fdes()
952 binary_search_mixed_encoding_fdes (struct object *ob, void *pc) in binary_search_mixed_encoding_fdes()
983 search_object (struct object* ob, void *pc) in search_object()
1029 struct object *ob; in _Unwind_Find_FDE() local