Searched refs:libfunc (Results 1 - 11 of 11) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dignore_lib0.cc16 extern "C" void libfunc();
19 libfunc();
H A Dignore_lib2.cc26 extern "C" void libfunc() { function
H A Dignore_lib3.cc29 extern "C" void libfunc() { function
H A Dignore_lib_lib.h17 extern "C" void libfunc() { function
/external/elfutils/tests/
H A Ddeleted-lib.c22 libfunc (void) function
H A Ddeleted.c30 extern void libfunc (void);
53 libfunc ();
H A Drun-deleted.sh50 grep -qw libfunc bt
H A Drun-addrname-test.sh356 libfunc+0x9
/external/ltrace/
H A Dhandle_event.c488 libsym = elem->c_un.libfunc;
663 summary_account_call(elem->c_un.libfunc, spent);
665 output_right(LT_TOF_FUNCTIONR, proc, elem->c_un.libfunc,
700 event->proc->callstack[i].c_un.libfunc;
717 if (prev->c_un.libfunc == libsym
722 prev->c_un.libfunc);
812 elem->c_un.libfunc = bp->libsym;
H A Dproc.h70 struct library_symbol * libfunc; member in union:callstack_element::__anon13339
H A Dproc.c464 if (!elem->is_syscall && elem->c_un.libfunc != NULL) {
465 struct library_symbol *libfunc = elem->c_un.libfunc; local
466 int rc = proc_find_symbol(retp, libfunc,
467 NULL, &elem->c_un.libfunc);

Completed in 131 milliseconds