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_socket
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c
98
static int (*
__real_socket
)(int domain, int type, int protocol) = NULL;
variable
643
__real_socket
= (int (*)(int, int, int))dlsym (dlflag, "socket");
644
if (
__real_socket
== NULL)
646
__real_socket
= (int (*)(int, int, int))dlsym (RTLD_NEXT, "socket");
647
if (
__real_socket
== NULL)
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c
98
static int (*
__real_socket
)(int domain, int type, int protocol) = NULL;
variable
643
__real_socket
= (int (*)(int, int, int))dlsym (dlflag, "socket");
644
if (
__real_socket
== NULL)
646
__real_socket
= (int (*)(int, int, int))dlsym (RTLD_NEXT, "socket");
647
if (
__real_socket
== NULL)
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026