Searched refs:cxa (Results 1 – 4 of 4) sorted by relevance
54 } cxa; member78 new->func.cxa.fn = (void (*) (void *, int)) func; in __cxa_atexit()79 new->func.cxa.arg = arg; in __cxa_atexit()80 new->func.cxa.dso_handle = d; in __cxa_atexit()175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) { in __cxa_finalize()177 (*f->func.cxa.fn) (f->func.cxa.arg, 0); in __cxa_finalize()
39 src/cxa.c \42 libstlport_cppflags := -fuse-cxa-atexit
1957 * src/cxa.c: don't use cxa workaround for FreeBSD 6.0---it fine;2204 * src/cxa.c: __cxa_finalize and __cxa_atexit present in libc2765 * src/cxa.c: fix for Solaris2820 * src/cxa.c: Add include of stlport_prefix.h first, this file2892 * build/lib/Makefile.inc: add cxa.c into compilation; this2895 * src/cxa.c: use _cxa_atexit and related functions on3039 * src/cxa.c: mutex should be recursive-safe, due to __cxa_finalize3093 * src/cxa.c, build/misc/cxa_atexit/Makefile.inc, build/misc/cxa_atexit/gcc.mak:3454 * build/Makefiles/gmake/gcc.mak: gcc 2.95 has no -fuse-cxa-atexit option.3633 * build/Makefiles/gmake/gcc.mak: Filter out the newly added -fuse-cxa-atexit[all …]
406 -fuse-cxa-atexit really required; remove -fident option;600 * src/cxa.c: use cxa_atexit fix similar to trick on Solaris and FreeBSD;3088 * src/cxa.c: remove wrong exclusion of lock for Solaris.