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
269 base_from_object (unsigned char encoding, struct object *ob) in base_from_object()
363 fde_unencoded_compare (struct object *ob __attribute__((unused)), in fde_unencoded_compare()
378 fde_single_encoding_compare (struct object *ob, const fde *x, const fde *y) in fde_single_encoding_compare()
394 fde_mixed_encoding_compare (struct object *ob, const fde *x, const fde *y) in fde_mixed_encoding_compare()
473 fde_split (struct object *ob, fde_compare_t fde_compare, in fde_split()
519 frame_downheap (struct object *ob, fde_compare_t fde_compare, const fde **a, in frame_downheap()
545 frame_heapsort (struct object *ob, fde_compare_t fde_compare, in frame_heapsort()
577 fde_merge (struct object *ob, fde_compare_t fde_compare, in fde_merge()
604 end_fde_sort (struct object *ob, struct fde_accumulator *accu, size_t count) in end_fde_sort()
639 classify_object_over_fdes (struct object *ob, const fde *this_fde) in classify_object_over_fdes()
696 add_fdes (struct object *ob, struct fde_accumulator *accu, const fde *this_fde) in add_fdes()
761 init_object (struct object* ob) in init_object()
831 linear_search_fdes (struct object *ob, const fde *this_fde, void *pc) in linear_search_fdes()
901 binary_search_unencoded_fdes (struct object *ob, void *pc) in binary_search_unencoded_fdes()
927 binary_search_single_encoding_fdes (struct object *ob, void *pc) in binary_search_single_encoding_fdes()
957 binary_search_mixed_encoding_fdes (struct object *ob, void *pc) in binary_search_mixed_encoding_fdes()
988 search_object (struct object* ob, void *pc) in search_object()
1034 struct object *ob; in _Unwind_Find_FDE() local