HomeSort by relevance Sort by last modified time
    Searched refs:libfunc (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/test/tsan/
ignore_lib0.cc 13 extern "C" void libfunc();
16 libfunc();
ignore_lib2.cc 26 extern "C" void libfunc() { function
ignore_lib3.cc 26 extern "C" void libfunc() { function
ignore_lib_lib.h 17 extern "C" void libfunc() { function
  /external/elfutils/src/tests/
deleted-lib.c 22 libfunc (void) function
deleted.c 27 extern void libfunc (void);
45 libfunc ();
run-deleted.sh 46 grep -qw libfunc bt
run-addrname-test.sh 356 libfunc+0x9
  /external/ltrace/
handle_event.c 488 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;
proc.h 70 struct library_symbol * libfunc; member in union:callstack_element::__anon15723
proc.c 464 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 92 milliseconds