Searched refs:destructors (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c27 /* Build tables of static constructors and destructors and run ld. */
201 static struct head destructors; /* list of destructors found */
227 /* Lists to keep libraries to be scanned for global constructors/destructors. */
510 (3) or destructors (4), a DWARF exception-handling table (5), or
1345 and destructors to call.
1348 /* On AIX we already scanned for global constructors/destructors. */
1360 notice ("%d destructor(s) found\n", destructors.number);
1364 if (constructors.number == 0 && destructors.number == 0
1400 sort_ids (&destructors);
199 static struct head destructors; /* list of destructors found */ variable in typeref:struct:head
[all...]
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dsol-ci.asm59 # List of C++ destructors
86 # Head of _fini function used for static destructors
H A Dsol-cn.asm55 # End list of C++ destructors
77 # Tail of _fini used for static destructors
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsol2-c1.asm84 ! Now make sure constructors and destructors are handled.
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc307 // object destructors cloned from the parent process aren't
/freebsd-9.3-release/contrib/bmake/mk/
H A Dlib.mk64 # SHLIB_LDENDFILE: support .o file, call C++ file-level destructors

Completed in 154 milliseconds