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

123456

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dcrtfastmath.c30 static void __attribute__((constructor))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dconstruct1.C6 void hello (void) __attribute__ ((constructor));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
H A Dconstruct1.C6 void hello (void) __attribute__ ((constructor));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dcrtfastmath.c33 static void __attribute__((constructor))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/special/
H A Dinitpri2.C5 __attribute__((constructor (-1))); /* { dg-error "priorities" } */
7 __attribute__((constructor (65536))); /* { dg-error "priorities" } */
15 __attribute__((constructor (50))); /* { dg-warning "reserved" } */
17 __attribute__((constructor (50))); /* { dg-warning "reserved" } */
23 __attribute__((constructor ((void*) 500))); /* { dg-error "priorities" } */
30 __attribute__((constructor ((i)))); /* { dg-error "priorities" } */
37 __attribute__((constructor ((e))));
H A Dinitpri1.C8 void c1() __attribute__((constructor (500)));
9 void c2() __attribute__((constructor (700)));
10 void c3() __attribute__((constructor (600)));
48 void cd4() __attribute__((constructor (800), destructor (800)));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dinitpri2.c5 __attribute__((constructor (-1))); /* { dg-error "priorities" } */
7 __attribute__((constructor (65536))); /* { dg-error "priorities" } */
15 __attribute__((constructor (50))); /* { dg-warning "reserved" } */
17 __attribute__((constructor (50))); /* { dg-warning "reserved" } */
23 __attribute__((constructor ((void*) 500))); /* { dg-error "priorities" } */
30 __attribute__((constructor ((i)))); /* { dg-error "priorities" } */
37 __attribute__((constructor ((e))));
H A Dinitpri1.c8 void c1() __attribute__((constructor (500)));
9 void c2() __attribute__((constructor (700)));
10 void c3() __attribute__((constructor (600)));
48 void cd4() __attribute__((constructor (800), destructor (800)));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dcrtfastmath.c32 static void __attribute__((constructor))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dcrtfastmath.c27 static void __attribute__((constructor))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/spu/
H A Dmfc_tag_table.c30 static void __mfc_tag_init (void) __attribute__ ((constructor));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vxworks/
H A Dinitpri1.c15 void c1 () __attribute__((constructor));
H A Dinitpri2.c10 void c1 () __attribute__((constructor));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dcrtfastmath.c37 static void __attribute__((constructor))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/alpha/
H A Dcrtfastmath.c42 static void __attribute__((constructor))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dinitpri1.c1 /* initpri1.c -- test constructor priorities.
24 /* This tests that the linker handles constructor and destructor
35 void c1(void) __attribute__((constructor (500)));
36 void c2(void) __attribute__((constructor (700)));
37 void c3(void) __attribute__((constructor (600)));
75 void cd4(void) __attribute__((constructor (800), destructor (800)));
83 void cd5(void) __attribute__((constructor, destructor));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcrtprec.c36 static void __attribute__((constructor))
H A Dcygming-crtend.c66 static void register_frame_ctor (void) __attribute__ ((constructor (0)));
H A Dcygwin2.c33 static void set_mingw (void) __attribute__ ((constructor));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dset_unbuffered_mode.c22 static int __gdb_set_unbuffered_output (void) __attribute__ ((constructor));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dvec.cc68 __cxa_cdtor_type constructor,
72 constructor, destructor,
80 __cxa_cdtor_type constructor,
101 constructor, destructor);
121 __cxa_cdtor_type constructor,
142 constructor, destructor);
161 __cxa_cdtor_type constructor,
169 if (constructor)
171 constructor(ptr);
190 __cxa_cdtor_return_type (*constructor) (voi
65 __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
77 __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
118 __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
158 __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
370 __aeabi_vec_ctor_nocookie_nodtor(void *array_address, abi::__cxa_cdtor_type constructor, std::size_t element_size, std::size_t element_count) argument
380 __aeabi_vec_ctor_cookie_nodtor(void *array_address, abi::__cxa_cdtor_type constructor, std::size_t element_size, std::size_t element_count) argument
418 __aeabi_vec_new_nocookie(std::size_t element_size, std::size_t element_count, abi::__cxa_cdtor_type constructor) argument
427 __aeabi_vec_new_cookie_nodtor(std::size_t element_size, std::size_t element_count, abi::__cxa_cdtor_type constructor) argument
437 __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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/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...]
/netbsd-6-1-5-RELEASE/tests/lib/csu/
H A Dt_crt0.sh36 constructor executed
52 constructor executed
68 constructor executed
89 constructor executed
/netbsd-6-1-5-RELEASE/external/cddl/osnet/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) {
139 if(cache->constructor(cache->callback_data, buf, flags) != 0) {
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/amiga/
H A Dlaunch.c31 void setup() __attribute__((constructor));

Completed in 468 milliseconds

123456