Home
last modified time | relevance | path

Searched refs:libfunc (Results 1 – 12 of 12) sorted by relevance

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