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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
corefile-shmem-zero-id-lib.c 389 static open_func_type real_open64 = NULL; local
411 if (real_open64 == NULL)
414 real_open64 = (open_func_type) dlsym (RTLD_NEXT, "open64");
415 if (real_open64 == NULL)
422 res = real_open64 (pathname, flags, mode);
424 res = real_open64 (pathname, flags);

Completed in 15 milliseconds