OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Apr 30 00:23:01 UTC 2026