Home
last modified time | relevance | path

Searched refs:array (Results 1 – 25 of 215) sorted by relevance

123456789

/toolchain/binutils/binutils-2.25/bfd/
Delf-strtab.c57 struct elf_strtab_hash_entry **array; member
115 table->array = (struct elf_strtab_hash_entry **) in _bfd_elf_strtab_init()
117 if (table->array == NULL) in _bfd_elf_strtab_init()
123 table->array[0] = NULL; in _bfd_elf_strtab_init()
134 free (tab->array); in _bfd_elf_strtab_free()
170 tab->array = (struct elf_strtab_hash_entry **) in _bfd_elf_strtab_add()
171 bfd_realloc_or_free (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
172 if (tab->array == NULL) in _bfd_elf_strtab_add()
177 tab->array[entry->u.index] = entry; in _bfd_elf_strtab_add()
189 ++tab->array[idx]->refcount; in _bfd_elf_strtab_addref()
[all …]
/toolchain/binutils/binutils-2.25/ld/
Dldctor.c217 struct set_element **array; in ldctor_build_sets() local
226 array = (struct set_element **) xmalloc (c * sizeof *array); in ldctor_build_sets()
231 array[i] = e; in ldctor_build_sets()
235 qsort (array, c, sizeof *array, ctor_cmp); in ldctor_build_sets()
237 e = array[0]; in ldctor_build_sets()
240 array[i]->next = array[i + 1]; in ldctor_build_sets()
241 array[i]->next = NULL; in ldctor_build_sets()
243 free (array); in ldctor_build_sets()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
Dattr-array-48-16.d1 #name: C6X array attribute merging, 48 16
4 #source: attr-array-48.s
5 #source: attr-array-16.s
6 #error: .*requires more array alignment than .* preserves
Dattr-array-16-4.d1 #name: C6X array attribute merging, 16 4
4 #source: attr-array-16.s
5 #source: attr-array-4.s
6 #error: .*requires more array alignment than .* preserves
Dattr-array-4-8.d1 #name: C6X array attribute merging, 4 8
4 #source: attr-array-4.s
5 #source: attr-array-8.s
6 #error: .*requires more array alignment than .* preserves
Dattr-array-16-8.d1 #name: C6X array attribute merging, 16 8
4 #source: attr-array-16.s
5 #source: attr-array-8.s
6 #error: .*requires more array alignment than .* preserves
Dattr-array-816-4.d1 #name: C6X array attribute merging, 816 4
4 #source: attr-array-816.s
5 #source: attr-array-4.s
6 #error: .*requires more array alignment than .* preserves
Dattr-array-4-16.d1 #name: C6X array attribute merging, 4 16
4 #source: attr-array-4.s
5 #source: attr-array-16.s
6 #error: .*requires more array alignment than .* preserves
Dattr-array-8-4.d1 #name: C6X array attribute merging, 8 4
4 #source: attr-array-8.s
5 #source: attr-array-4.s
6 #error: .*requires more array alignment than .* preserves
Dattr-array-8-16.d1 #name: C6X array attribute merging, 8 16
4 #source: attr-array-8.s
5 #source: attr-array-16.s
6 #error: .*requires more array alignment than .* preserves
Dattr-array-16-48.d1 #name: C6X array attribute merging, 16 48
4 #source: attr-array-16.s
5 #source: attr-array-48.s
6 #error: .*requires more array alignment than .* preserves
Dattr-array-4-816.d1 #name: C6X array attribute merging, 4 816
4 #source: attr-array-4.s
5 #source: attr-array-816.s
6 #error: .*requires more array alignment than .* preserves
Dattr-array-48-8.d1 #name: C6X array attribute merging, 48 8
4 #source: attr-array-48.s
5 #source: attr-array-8.s
Dattr-array-8-48.d1 #name: C6X array attribute merging, 8 48
4 #source: attr-array-8.s
5 #source: attr-array-48.s
Dattr-array-8-816.d1 #name: C6X array attribute merging, 8 816
4 #source: attr-array-8.s
5 #source: attr-array-816.s
Dattr-array-816-8.d1 #name: C6X array attribute merging, 816 8
4 #source: attr-array-816.s
5 #source: attr-array-8.s
Dattr-array-416-8.d1 #name: C6X array attribute merging, 416 8
4 #source: attr-array-416.s
5 #source: attr-array-8.s
Dattr-array-48-816.d1 #name: C6X array attribute merging, 48 816
4 #source: attr-array-48.s
5 #source: attr-array-816.s
Dattr-array-8-416.d1 #name: C6X array attribute merging, 8 416
4 #source: attr-array-8.s
5 #source: attr-array-416.s
Dattr-array-8-8.d1 #name: C6X array attribute merging, 8 8
4 #source: attr-array-8.s
5 #source: attr-array-8.s
Dattr-array-816-48.d1 #name: C6X array attribute merging, 816 48
4 #source: attr-array-816.s
5 #source: attr-array-48.s
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Dfini.out1 fini array 2
2 fini array 1
3 fini array 0
Dinit.out1 init array 0
2 init array 1
3 init array 2
Dpreinit.out1 preinit array 0
2 preinit array 1
3 preinit array 2
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dodr_violation1.cc11 void SortAscending(int array[], int size) { in SortAscending() argument
12 std::sort(array, array + size, Ordering()); in SortAscending()

123456789