Searched refs:init_array (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dbegin.c3 static void (*const init_array []) (void) variable
4 __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
H A Dfoo.c9 static void (*const init_array []) (void) variable
10 __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
H A Dbeginwarn.c7 static void (*const init_array []) (void) variable
8 __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
H A Dpr22677.s5 .section .init_array.01000,"aw",%init_array
H A Dinit.c21 void (*const init_array []) (void) variable
22 __attribute__ ((section (".init_array"),
H A Dinit-fini-arrays.s1 .section .init_array.01000,"aw",%init_array
H A Dinit-fini-arrays.d6 \[[ 0-9]+\] \.init_array\.01000[ \t]+INIT_ARRAY[ \t0-9a-f]+WA?.*
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dsection14.s1 .section .init_array
3 .type init_array, %object
4 .size init_array, 4
5 init_array: label
H A Ddwarf2-3.s10 .section .init_array
12 .type init_array, %object
13 .size init_array, 4
14 init_array: label
84 .4byte init_array
180 .string "init_array"
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dinit-array.d2 #name: Check symbols to run .init_array functions have been defined
H A Dinit-array.s2 .section .init_array,"aw"
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dscript_test_14.s1 .section .init_array.101,"aw"
4 .section .init_array.103,"aw"
7 .section .init_array,"aw"
10 .section .init_array.0103,"aw"
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-msp430-elf/
H A Dinitarray.s5 .section .init_array,"aw"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/
H A Dinline-locals.c33 init_array (int *array, int n) function
43 init_array (array, 64);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/
H A Dinline-locals.c33 init_array (int *array, int n) function
43 init_array (array, 64);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dpr18176.s23 .section .init_array,"aw",@init_array
H A Dpr14207.d21 01 \.(init_array|ctors) \.(fini_array|dtors) \.jcr \.data\.rel\.ro \.dynamic \.got .bss
23 03 \.(init_array|ctors) \.(fini_array|dtors) \.jcr \.data\.rel\.ro \.dynamic \.got
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-properties.c42 const void *init_array; member in struct:hw_property_data
80 const void *init_array,
120 memcpy (new_init_array, init_array, sizeof_init_array);
121 new_entry->init_array = new_init_array;
179 ASSERT (current->init_array != NULL);
189 ASSERT (current->init_array == NULL);
212 ASSERT (property->init_array != NULL);
227 property->init_array,
261 ASSERT (property->init_array != NULL);
276 ASSERT (property->init_array !
77 hw_add_property(struct hw *me, const char *property, hw_property_type type, const void *init_array, unsigned sizeof_init_array, const void *array, unsigned sizeof_array, const struct hw_property *original, object_disposition disposition) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-properties.c39 const void *init_array; member in struct:hw_property_data
77 const void *init_array,
117 memcpy (new_init_array, init_array, sizeof_init_array);
118 new_entry->init_array = new_init_array;
176 ASSERT (current->init_array != NULL);
186 ASSERT (current->init_array == NULL);
209 ASSERT (property->init_array != NULL);
224 property->init_array,
258 ASSERT (property->init_array != NULL);
273 ASSERT (property->init_array !
74 hw_add_property(struct hw *me, const char *property, hw_property_type type, const void *init_array, unsigned sizeof_init_array, const void *array, unsigned sizeof_array, const struct hw_property *original, object_disposition disposition) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddevice.c54 const void *init_array; member in struct:_device_property_entry
732 const void *init_array,
769 memcpy(new_init_array, init_array, sizeof_init_array);
770 new_entry->init_array = new_init_array;
826 ASSERT(current->init_array != NULL);
835 ASSERT(current->init_array == NULL);
856 ASSERT(property->init_array != NULL);
870 property->init_array,
896 ASSERT(property->init_array != NULL);
910 ASSERT(property->init_array !
725 device_add_property(device *me, const char *property, device_property_type type, const void *init_array, unsigned sizeof_init_array, const void *array, unsigned sizeof_array, const device_property *original, object_disposition disposition) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddevice.c47 const void *init_array; member in struct:_device_property_entry
721 const void *init_array,
758 memcpy(new_init_array, init_array, sizeof_init_array);
759 new_entry->init_array = new_init_array;
815 ASSERT(current->init_array != NULL);
824 ASSERT(current->init_array == NULL);
845 ASSERT(property->init_array != NULL);
859 property->init_array,
885 ASSERT(property->init_array != NULL);
899 ASSERT(property->init_array !
714 device_add_property(device *me, const char *property, device_property_type type, const void *init_array, unsigned sizeof_init_array, const void *array, unsigned sizeof_array, const device_property *original, object_disposition disposition) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dcrtbegin.S65 .section .init_array, "a"
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dcrtbegin.S65 .section .init_array, "a"
/netbsd-current/libexec/ld.elf_so/
H A Dheaders.c301 obj->init_array =
304 obj->init_array));
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
H A Dx86gas.pl223 .section .init_array

Completed in 298 milliseconds

12