Home
last modified time | relevance | path

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

/external/stlport/src/
Dcxa.c54 } cxa; member
78 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()
/external/stlport/
DAndroid.mk39 src/cxa.c \
42 libstlport_cppflags := -fuse-cxa-atexit
/external/stlport/etc/
DChangeLog-5.11957 * 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 libc
2765 * src/cxa.c: fix for Solaris
2820 * src/cxa.c: Add include of stlport_prefix.h first, this file
2892 * build/lib/Makefile.inc: add cxa.c into compilation; this
2895 * src/cxa.c: use _cxa_atexit and related functions on
3039 * src/cxa.c: mutex should be recursive-safe, due to __cxa_finalize
3093 * 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 …]
DChangeLog406 -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.