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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c 146 static int (*__real_fclose_2_1)(FILE *stream) = NULL; variable
510 __real_fclose_2_1 = dlvsym (dlflag, "fclose", "GLIBC_2.1");
516 else if (__real_fclose_2_1)
517 __real_fclose = __real_fclose_2_1;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c 146 static int (*__real_fclose_2_1)(FILE *stream) = NULL; variable
510 __real_fclose_2_1 = dlvsym (dlflag, "fclose", "GLIBC_2.1");
516 else if (__real_fclose_2_1)
517 __real_fclose = __real_fclose_2_1;

Completed in 28 milliseconds