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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c 137 static int (*__real_creat64)(const char *path, mode_t mode) = NULL; variable
679 __real_creat64 = (int (*)(const char*, mode_t))dlsym (dlflag, "creat64");
680 if (__real_creat64 == NULL)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c 137 static int (*__real_creat64)(const char *path, mode_t mode) = NULL; variable
679 __real_creat64 = (int (*)(const char*, mode_t))dlsym (dlflag, "creat64");
680 if (__real_creat64 == NULL)

Completed in 26 milliseconds