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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
linetrace.c 76 static FILE *(*__real_popen_2_17) (const char *command, const char *type) = NULL; variable
686 __real_popen_2_17 = dlvsym (dlflag, "popen", "GLIBC_2.17");
690 if (__real_popen_2_17)
691 __real_popen = __real_popen_2_17;
754 PR_FUNC (__real_popen_2_17);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
linetrace.c 76 static FILE *(*__real_popen_2_17) (const char *command, const char *type) = NULL; variable
686 __real_popen_2_17 = dlvsym (dlflag, "popen", "GLIBC_2.17");
690 if (__real_popen_2_17)
691 __real_popen = __real_popen_2_17;
754 PR_FUNC (__real_popen_2_17);

Completed in 25 milliseconds