OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__real__exit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.c
2458
static void (*
__real__exit
) (int status) = NULL; /* libc only: _exit */
variable
2459
static void (*
__real__Exit
) (int status) = NULL; /* libc only: _Exit */
2468
__real__exit
= dlsym (RTLD_NEXT, "_exit");
2469
if (
__real__exit
== NULL)
2470
__real__exit
= dlsym (RTLD_DEFAULT, "_exit");
2472
TprintfT (DBG_LT1, "__collector_exit() interposing @0x%p
__real__exit
\n",
__real__exit
);
2483
__real__Exit
= dlsym (RTLD_NEXT, "_Exit");
2484
if (
__real__Exit
== NULL)
2485
__real__Exit
= dlsym (RTLD_DEFAULT, "_exit")
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.c
2458
static void (*
__real__exit
) (int status) = NULL; /* libc only: _exit */
variable
2459
static void (*
__real__Exit
) (int status) = NULL; /* libc only: _Exit */
2468
__real__exit
= dlsym (RTLD_NEXT, "_exit");
2469
if (
__real__exit
== NULL)
2470
__real__exit
= dlsym (RTLD_DEFAULT, "_exit");
2472
TprintfT (DBG_LT1, "__collector_exit() interposing @0x%p
__real__exit
\n",
__real__exit
);
2483
__real__Exit
= dlsym (RTLD_NEXT, "_Exit");
2484
if (
__real__Exit
== NULL)
2485
__real__Exit
= dlsym (RTLD_DEFAULT, "_exit")
[
all
...]
Completed in 40 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026