Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 25 of 197) sorted by relevance

12345678

/toolchain/binutils/binutils-2.27/libiberty/
Dxmalloc.c122 size_t allocated; in xmalloc_failed() local
125 allocated = (char *) sbrk (0) - first_break; in xmalloc_failed()
127 allocated = (char *) sbrk (0) - (char *) &environ; in xmalloc_failed()
131 (unsigned long) size, (unsigned long) allocated); in xmalloc_failed()
Ddyn-string.c72 ds_struct_ptr->allocated = space; in dyn_string_init()
141 int new_allocated = ds->allocated; in dyn_string_resize()
150 if (new_allocated != ds->allocated) in dyn_string_resize()
152 ds->allocated = new_allocated; in dyn_string_resize()
155 ds->s = (char *) realloc (ds->s, ds->allocated); in dyn_string_resize()
162 ds->s = XRESIZEVEC (char, ds->s, ds->allocated); in dyn_string_resize()
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
Dbpo-19m.d3 #as: -linker-allocated-gregs
7 # 223 (max) linker-allocated GREGs, four relocs merged for each register
8 # allocated.
Dbpo-19.d3 #as: -linker-allocated-gregs
7 # 223 (max) linker-allocated GREGs, four relocs merged for each register
8 # allocated.
Dbpo-12m.d4 #as: -linker-allocated-gregs
9 # symbol. Variant 1: a GREG allocated register.
Dbpo-12.d4 #as: -linker-allocated-gregs
9 # symbol. Variant 1: a GREG allocated register.
Dbpo-1m.d3 #as: -linker-allocated-gregs
7 # Just a simple linker-allocated GREG with no explicit GREGs.
Dbpo-3m.d4 #as: -linker-allocated-gregs
8 # Just two BPO relocs merged as one linker-allocated GREG.
Dbpo-5m.d5 #as: -linker-allocated-gregs
9 # Three linker-allocated GREGs: one eliminated.
Dbpo-2m.d4 #as: -linker-allocated-gregs
8 # Just a simple linker-allocated GREG plus one explicit GREG.
Dbpo-4m.d5 #as: -linker-allocated-gregs
9 # Three GREGs: one explicit, two linker-allocated.
Dbpo-1.d3 #as: -linker-allocated-gregs
7 # Just a simple linker-allocated GREG with no explicit GREGs.
Dbpo-6m.d3 #as: -linker-allocated-gregs
7 # 223 (max) linker-allocated GREGs.
Dbpo-3.d4 #as: -linker-allocated-gregs
8 # Just two BPO relocs merged as one linker-allocated GREG.
Dbpo-5.d5 #as: -linker-allocated-gregs
9 # Three linker-allocated GREGs: one eliminated.
Dbpo-2.d4 #as: -linker-allocated-gregs
8 # Just a simple linker-allocated GREG plus one explicit GREG.
Dbpo-4.d5 #as: -linker-allocated-gregs
9 # Three GREGs: one explicit, two linker-allocated.
Dbpo-6.d3 #as: -linker-allocated-gregs
7 # 223 (max) linker-allocated GREGs.
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
Dalloc.d1 #name: Invalid allocated section
4 #warning: .*section `.foo' can't be allocated in segment 0.*
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
Dbasep-4.d2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
Dbasep-6.d2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
Dbasep-5.d2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
Dbasep-7.d2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
/toolchain/binutils/binutils-2.27/bfd/
Delf64-sparc.c58 void * allocated = NULL; in elf64_sparc_slurp_one_reloc_table() local
66 allocated = bfd_malloc (rel_hdr->sh_size); in elf64_sparc_slurp_one_reloc_table()
67 if (allocated == NULL) in elf64_sparc_slurp_one_reloc_table()
71 || bfd_bread (allocated, rel_hdr->sh_size, abfd) != rel_hdr->sh_size) in elf64_sparc_slurp_one_reloc_table()
74 native_relocs = (bfd_byte *) allocated; in elf64_sparc_slurp_one_reloc_table()
136 if (allocated != NULL) in elf64_sparc_slurp_one_reloc_table()
137 free (allocated); in elf64_sparc_slurp_one_reloc_table()
142 if (allocated != NULL) in elf64_sparc_slurp_one_reloc_table()
143 free (allocated); in elf64_sparc_slurp_one_reloc_table()
/toolchain/binutils/binutils-2.27/ld/scripttempl/
Dip2k.sc45 /* Pre-allocated, pre-initialized data memory. */
58 /* Pre-allocated, uninitialized data memory. */
67 /* Pre-allocated PRAM data memory. */

12345678