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.c71 int fn_type; /* ATEXIT_? from above */ member
137 fn.fn_type = ATEXIT_FN_STD; in atexit()
163 fn.fn_type = ATEXIT_FN_CXA; in atexit_b()
182 fn.fn_type = ATEXIT_FN_CXA; in __cxa_atexit()
222 if (p->fns[n].fn_type == ATEXIT_FN_EMPTY) in __cxa_finalize()
236 p->fns[n].fn_type = ATEXIT_FN_EMPTY; in __cxa_finalize()
240 if (fn.fn_type == ATEXIT_FN_CXA) in __cxa_finalize()
242 else if (fn.fn_type == ATEXIT_FN_STD) in __cxa_finalize()