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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c 134 static int (*__real_fflush)(FILE *stream) = NULL; variable
885 __real_fflush = (int (*)(FILE*))dlsym (dlflag, "fflush");
886 if (__real_fflush == NULL)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c 134 static int (*__real_fflush)(FILE *stream) = NULL; variable
885 __real_fflush = (int (*)(FILE*))dlsym (dlflag, "fflush");
886 if (__real_fflush == NULL)

Completed in 31 milliseconds