Searched refs:constructor (Results 1 - 25 of 148) sorted by relevance

123456

/freebsd-12-stable/contrib/processor-trace/libipt/src/posix/
H A Dinit.c32 static void __attribute__((constructor)) init(void)
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dcrtfastmath.c33 static void __attribute__((constructor))
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dcrtfastmath.c37 static void __attribute__((constructor))
H A Dfreebsd.h109 static void check_enabling(void) __attribute__ ((constructor)); \
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_autoinit.c48 void _thread_init_hack(void) __attribute__ ((constructor));
/freebsd-12-stable/contrib/libstdc++/libsupc++/
H A Dvec.cc73 __cxa_cdtor_type constructor,
77 constructor, destructor,
85 __cxa_cdtor_type constructor,
106 constructor, destructor);
123 __cxa_cdtor_type constructor,
144 constructor, destructor);
162 __cxa_cdtor_type constructor,
170 if (constructor)
172 constructor(ptr);
191 __cxa_cdtor_return_type (*constructor) (voi
70 __cxa_vec_new(std::size_t element_count, std::size_t element_size, std::size_t padding_size, __cxa_cdtor_type constructor, __cxa_cdtor_type destructor) argument
82 __cxa_vec_new2(std::size_t element_count, std::size_t element_size, std::size_t padding_size, __cxa_cdtor_type constructor, __cxa_cdtor_type destructor, void *(*alloc) (std::size_t), void (*dealloc) (void *)) argument
120 __cxa_vec_new3(std::size_t element_count, std::size_t element_size, std::size_t padding_size, __cxa_cdtor_type constructor, __cxa_cdtor_type destructor, void *(*alloc) (std::size_t), void (*dealloc) (void *, std::size_t)) argument
159 __cxa_vec_ctor(void *array_address, std::size_t element_count, std::size_t element_size, __cxa_cdtor_type constructor, __cxa_cdtor_type destructor) argument
371 __aeabi_vec_ctor_nocookie_nodtor(void *array_address, abi::__cxa_cdtor_type constructor, std::size_t element_size, std::size_t element_count) argument
381 __aeabi_vec_ctor_cookie_nodtor(void *array_address, abi::__cxa_cdtor_type constructor, std::size_t element_size, std::size_t element_count) argument
419 __aeabi_vec_new_nocookie(std::size_t element_size, std::size_t element_count, abi::__cxa_cdtor_type constructor) argument
428 __aeabi_vec_new_cookie_nodtor(std::size_t element_size, std::size_t element_count, abi::__cxa_cdtor_type constructor) argument
438 __aeabi_vec_new_cookie(std::size_t element_size, std::size_t element_count, abi::__cxa_cdtor_type constructor, abi::__cxa_cdtor_type destructor) argument
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/csu/
H A Dt_crt0.sh36 constructor executed
52 constructor executed
68 constructor executed
89 constructor executed
/freebsd-12-stable/usr.bin/mkimg/
H A Dformat.h41 static void format_register_##nm(void) __attribute__((constructor)); \
/freebsd-12-stable/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c35 umem_constructor_t *constructor; member in struct:umem_cache
106 umem_cache_t *umem_cache_create(char *debug_name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_reclaim_t *reclaim, void *callback_data, void *source, int cflags) argument
114 cache->constructor = constructor;
137 if(cache->constructor != NULL) {
138 if(cache->constructor(buf, cache->callback_data, flags) != 0) {
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dcygwin2.c34 static void set_mingw (void) __attribute__ ((constructor));
H A Dcrtfastmath.c40 static void __attribute__((constructor))
/freebsd-12-stable/lib/libcasper/libcasper/
H A Dlibcasper_service.h57 #define __constructor __attribute__((constructor))
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_config_private.h42 * Description of a constructor for in-memory config file
82 * The constructor implementation is responsible for implementing any
96 * CONSTRUCTOR_BATON is passed unchanged to the constructor
102 * the constructor does not extend past the invocation of each
109 svn_config__constructor_t *constructor,
/freebsd-12-stable/sbin/nvmecontrol/
H A Dcomnd.h90 static void cmd_register_##c(void) __attribute__((constructor)); \
93 static void cmd_register_##c_##sc(void) __attribute__((constructor)); \
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_support.c34 typedef struct archive *constructor(void); typedef in typeref:struct:constructor
50 test_success(constructor new_, enabler enable_, destructor free_)
66 test_failure(constructor new_, enabler enable_, destructor free_)
/freebsd-12-stable/lib/csu/common/
H A Dcrtbegin.c108 __attribute__((constructor))
/freebsd-12-stable/lib/libnetmap/
H A Dnmctx-pthreads.c66 void __attribute__ ((constructor))
/freebsd-12-stable/sbin/hastd/
H A Dproto_impl.h42 #define __constructor __attribute__((constructor))
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-catch-exceptions-test.py87 'in the test fixture\'s constructor'
122 'in the test fixture\'s constructor'
148 self.assert_('CxxExceptionInSetUpTestCaseTest constructor '
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_init.cpp111 __attribute__ ((constructor (0)))
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_impl.h38 #define __constructor __attribute__((constructor))
/freebsd-12-stable/contrib/gcclibs/libgomp/
H A Dcritical.c140 static void __attribute__((constructor))
/freebsd-12-stable/sys/netgraph/
H A Dng_echo.c69 .constructor = nge_cons,
H A Dng_ip_input.c101 .constructor = ngipi_cons,
/freebsd-12-stable/lib/libstdbuf/
H A Dstdbuf.c102 __attribute__ ((constructor)) static void

Completed in 591 milliseconds

123456