OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aed
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/
darwin-crt3.c
157
struct atexit_data *
aed
= arg;
local
158
if (
aed
->cxa_atexit (cxa_atexit_check_2, arg, arg) != 0)
159
aed
->result = -1;
165
struct atexit_data
aed
= { 0, cxa_atexit };
local
167
/* We re-use &
aed
as the 'dso' parameter, since it's a unique address. */
168
if (cxa_atexit (cxa_atexit_check_1, &
aed
, &
aed
) != 0)
170
cxa_finalize (&
aed
);
171
if (
aed
.result == 0)
174
is removed from the list before
AED
goes out of scope. *
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/
darwin-crt3.c
157
struct atexit_data *
aed
= arg;
local
158
if (
aed
->cxa_atexit (cxa_atexit_check_2, arg, arg) != 0)
159
aed
->result = -1;
165
struct atexit_data
aed
= { 0, cxa_atexit };
local
167
/* We re-use &
aed
as the 'dso' parameter, since it's a unique address. */
168
if (cxa_atexit (cxa_atexit_check_1, &
aed
, &
aed
) != 0)
170
cxa_finalize (&
aed
);
171
if (
aed
.result == 0)
174
is removed from the list before
AED
goes out of scope. *
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026