OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cxa_func
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/stdlib/
atexit.h
42
void (*
cxa_func
)(void *);
member in union:atexit::atexit_fn::__anon660
atexit.c
96
fnp->fn_ptr.
cxa_func
= func;
128
if (p->fns[n].fn_ptr.
cxa_func
== NULL)
139
p->fns[n].fn_ptr.
cxa_func
= NULL;
149
(*fn.fn_ptr.
cxa_func
)(fn.fn_arg);
152
(*fn.fn_ptr.
cxa_func
)(fn.fn_arg);
Completed in 507 milliseconds