Searched refs:constructors (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/lib/libc/locale/
H A Dxlocale.c103 static void*(*constructors[])(const char*, locale_t) = variable
228 new->components[type] = constructors[type](src->locale, new);
279 constructors[type](realLocale, new);
/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c27 /* Build tables of static constructors and destructors and run ld. */
164 PASS_FIRST, /* without constructors */
167 PASS_SECOND /* with constructors linked in */
200 static struct head constructors; /* list of constructors found */
227 /* Lists to keep libraries to be scanned for global constructors/destructors. */
509 (2), a routine in a shared object that calls all the constructors
1233 /* The AIX linker will discard static constructors in object files if
1344 /* Examine the namelist with nm and search it for static constructors
1348 /* On AIX we already scanned for global constructors/destructor
198 static struct head constructors; /* list of constructors found */ variable in typeref:struct:head
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp38 const ConstructorMap &constructors() const { return Constructors; } function in class:clang::ast_matchers::dynamic::__anon3032::RegistryMaps
314 RegistryData->constructors().find(MatcherName);
315 if (it == RegistryData->constructors().end()) {
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dsol-ci.asm53 # List of C++ constructors
65 # Head of _init function used for static constructors
H A Dsol-cn.asm49 # End list of C++ constructors
69 # Tail of _init used for static constructors
/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/bmake/mk/
H A Dlib.mk63 # SHLIB_LDSTARTFILE: support .o file, call C++ file-level constructors
/freebsd-9.3-release/contrib/binutils/
H A Dltmain.sh6011 # Don't allow lazy linking, it breaks C++ global constructors
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dltmain.sh4354 # Don't allow lazy linking, it breaks C++ global constructors
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh4354 # Don't allow lazy linking, it breaks C++ global constructors
/freebsd-9.3-release/crypto/heimdal/
H A Dltmain.sh4346 # Don't allow lazy linking, it breaks C++ global constructors
/freebsd-9.3-release/contrib/bind9/
H A Dltmain.sh8769 # Don't allow lazy linking, it breaks C++ global constructors
/freebsd-9.3-release/contrib/openbsm/config/
H A Dltmain.sh8769 # Don't allow lazy linking, it breaks C++ global constructors
/freebsd-9.3-release/contrib/openpam/
H A Dltmain.sh8769 # Don't allow lazy linking, it breaks C++ global constructors
/freebsd-9.3-release/contrib/file/
H A Dltmain.sh8727 # Don't allow lazy linking, it breaks C++ global constructors
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh8718 # Don't allow lazy linking, it breaks C++ global constructors
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dltmain.sh8702 # Don't allow lazy linking, it breaks C++ global constructors
/freebsd-9.3-release/contrib/ntp/
H A Dltmain.sh8702 # Don't allow lazy linking, it breaks C++ global constructors

Completed in 241 milliseconds