HomeSort by: relevance | last modified time | path
    Searched defs:__real_clone (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c 56 static int (*__real_clone) (int (*fn)(void *), void *child_stack, int flags, variable
784 __real_clone = dlsym (dlflag, "clone");
787 PR_FUNC (__real_clone);
linetrace.c 70 static int (*__real_clone) (int (*fn) (void *), void *child_stack, variable
684 __real_clone = dlsym (dlflag, "clone");
750 PR_FUNC (__real_clone);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c 56 static int (*__real_clone) (int (*fn)(void *), void *child_stack, int flags, variable
784 __real_clone = dlsym (dlflag, "clone");
787 PR_FUNC (__real_clone);
linetrace.c 70 static int (*__real_clone) (int (*fn) (void *), void *child_stack, variable
684 __real_clone = dlsym (dlflag, "clone");
750 PR_FUNC (__real_clone);

Completed in 28 milliseconds