Home
last modified time | relevance | path

Searched refs:ctftest_check_function (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-merge-reduction.c60 if (!ctftest_check_function(functions[j].cft_name, fp, in main()
H A Dcheck-merge-weak.c59 if (!ctftest_check_function(functions[j].cft_name, fp, in main()
H A Dcheck-weak.c59 if (!ctftest_check_function(functions[j].cft_name, fp, in main()
H A Dcheck-function.c83 if (!ctftest_check_function(functions[j].cft_name, fp, in main()
H A Dcheck-common.h147 extern boolean_t ctftest_check_function(const char *, ctf_file_t *,
H A Dcheck-common.c636 ctftest_check_function(const char *symbol, ctf_file_t *fp, const char *rtype, in ctftest_check_function() function