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::__anon709
atexit.c
97
fnp->fn_ptr.
cxa_func
= func;
129
if (p->fns[n].fn_ptr.
cxa_func
== NULL)
140
p->fns[n].fn_ptr.
cxa_func
= NULL;
150
(*fn.fn_ptr.
cxa_func
)(fn.fn_arg);
153
(*fn.fn_ptr.
cxa_func
)(fn.fn_arg);
Completed in 72 milliseconds