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 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c
135
static int (*
__real_open64
)(const char *path, int oflag, ...) = NULL;
variable
597
__real_open64
= __real_open64_2_2;
599
__real_open64
= dlsym (dlflag, "open64");
1033
if (
__real_open64
== NULL) \
1040
return gprofng_open64 (
__real_open64
, path, oflag, mode); \
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c
135
static int (*
__real_open64
)(const char *path, int oflag, ...) = NULL;
variable
597
__real_open64
= __real_open64_2_2;
599
__real_open64
= dlsym (dlflag, "open64");
1033
if (
__real_open64
== NULL) \
1040
return gprofng_open64 (
__real_open64
, path, oflag, mode); \
Completed in 328 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026