Home
last modified time | relevance | path

Searched refs:fde_vector (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dunwind-dw2-fde.c389 struct fde_vector *linear;
390 struct fde_vector *erratic;
400 size = sizeof (struct fde_vector) + sizeof (const fde *) * count; in start_fde_sort()
433 struct fde_vector *linear, struct fde_vector *erratic) in fde_split()
505 struct fde_vector *erratic) in frame_heapsort()
537 struct fde_vector *v1, struct fde_vector *v2) in fde_merge()
841 struct fde_vector *vec = ob->u.sort; in binary_search_unencoded_fdes()
868 struct fde_vector *vec = ob->u.sort; in binary_search_single_encoding_fdes()
898 struct fde_vector *vec = ob->u.sort; in binary_search_mixed_encoding_fdes()
H A Dunwind-dw2-fde.h39 struct fde_vector struct
54 struct fde_vector *sort; argument
H A DChangeLog-200122870 * unwind-dw2-fde.h (struct fde_vector): New.
22886 (start_fde_sort): Adjust for new definition of fde_vector.
H A DChangeLog-20033737 * unwind-dw2-fde.h (struct fde_vector):