Searched refs:fde_vector (Results 1 – 3 of 3) sorted by relevance
204 struct fde_vector *tofree = NULL; in __deregister_frame_info_bases()427 struct fde_vector *linear;428 struct fde_vector *erratic;438 size = sizeof (struct fde_vector) + sizeof (fde *) * count; in start_fde_sort()439 if ((accu->linear = (struct fde_vector *) malloc (size))) in start_fde_sort()442 if ((accu->erratic = (struct fde_vector *) malloc (size))) in start_fde_sort()471 struct fde_vector *linear, struct fde_vector *erratic) in fde_split()516 struct fde_vector *erratic) in frame_heapsort()581 struct fde_vector *v1, struct fde_vector *v2) in fde_merge()887 struct fde_vector *vec = ob->u.sort; in binary_search_unencoded_fdes()[all …]
22 struct fde_vector;32 struct fde_vector *sort;
21 struct fde_vector struct39 struct fde_vector *sort; argument