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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c 117 static off_t (*__real_lseek)(int fildes, off_t offset, int whence) = NULL; variable
778 __real_lseek = (off_t (*)(int, off_t, int))dlsym (dlflag, "lseek");
779 if (__real_lseek == NULL)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c 117 static off_t (*__real_lseek)(int fildes, off_t offset, int whence) = NULL; variable
778 __real_lseek = (off_t (*)(int, off_t, int))dlsym (dlflag, "lseek");
779 if (__real_lseek == NULL)

Completed in 27 milliseconds