Home
last modified time | relevance | path

Searched refs:fn_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Datexit.c68 int fn_type; /* ATEXIT_? from above */ member
131 fn.fn_type = ATEXIT_FN_STD; in atexit()
157 fn.fn_type = ATEXIT_FN_CXA; in atexit_b()
176 fn.fn_type = ATEXIT_FN_CXA; in __cxa_atexit()
213 if (p->fns[n].fn_type == ATEXIT_FN_EMPTY) in __cxa_finalize()
227 p->fns[n].fn_type = ATEXIT_FN_EMPTY; in __cxa_finalize()
231 if (fn.fn_type == ATEXIT_FN_CXA) in __cxa_finalize()
233 else if (fn.fn_type == ATEXIT_FN_STD) in __cxa_finalize()