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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c 147 static int (*__real_fclose_2_0)(FILE *stream) = NULL; variable
511 __real_fclose_2_0 = dlvsym (dlflag, "fclose", "GLIBC_2.0");
518 else if (__real_fclose_2_0)
519 __real_fclose = __real_fclose_2_0;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c 147 static int (*__real_fclose_2_0)(FILE *stream) = NULL; variable
511 __real_fclose_2_0 = dlvsym (dlflag, "fclose", "GLIBC_2.0");
518 else if (__real_fclose_2_0)
519 __real_fclose = __real_fclose_2_0;

Completed in 27 milliseconds