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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c 145 static int (*__real_fclose_2_2_5)(FILE *stream) = NULL; variable
509 __real_fclose_2_2_5 = dlvsym (dlflag, "fclose", "GLIBC_2.2.5");
514 else if (__real_fclose_2_2_5)
515 __real_fclose = __real_fclose_2_2_5;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c 145 static int (*__real_fclose_2_2_5)(FILE *stream) = NULL; variable
509 __real_fclose_2_2_5 = dlvsym (dlflag, "fclose", "GLIBC_2.2.5");
514 else if (__real_fclose_2_2_5)
515 __real_fclose = __real_fclose_2_2_5;

Completed in 17 milliseconds