Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Datexit.c54 #define ATEXIT_FN_EMPTY 0 macro
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()