Home
last modified time | relevance | path

Searched refs:nfunc (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Ddlltool.c847 static int nfunc (const void *, const void *);
3716 nfunc (const void *a, const void *b) in nfunc() function
3762 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), nfunc); in process_duplicates()
3911 qsort (d_exports_lexically, i, sizeof (export_type *), nfunc); in mangle_defs()
DChangeLog-2005434 * dlltool.c (alphafunc): Remove and replace usage with nfunc.
435 (nfunc): Fix sorting of fastcall symbols when --kill-at is used.
DChangeLog-2009222 (nfunc): Take its_name in account on sort.