Searched refs:allocated (Results 1 - 25 of 246) sorted by relevance

12345678910

/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dalloc.d1 #name: Invalid allocated section
4 #warning: .*section `.foo' can't be allocated in segment 0.*
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20090331-1.c3 unsigned long int allocated; member in struct:re_pattern_buffer
11 while ((unsigned long) (b - bufp->buffer + 3) > bufp->allocated)
14 bufp->allocated <<= 1;
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dbasep-1b.d2 #as: -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.
H A Dbasep-3b.d2 #as: -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.
H A Dbasep-4.d2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
H A Dbasep-6.d2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
H A Derr-bpo4.s3 # Base-plus-offset without -linker-allocated-gregs.
H A Dbasep-2b.d2 #as: --no-predefined-syms -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dbasep-1b.d2 #as: -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.
H A Dbasep-3b.d2 #as: -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.
H A Dbasep-4.d2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
H A Dbasep-6.d2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
H A Derr-bpo4.s3 # Base-plus-offset without -linker-allocated-gregs.
H A Dbasep-2b.d2 #as: --no-predefined-syms -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/shared_ptr/cons/
H A D58659.cc44 allocated = true;
50 VERIFY(n == 1 && p == (void*)storage && allocated);
51 allocated = false;
63 static bool allocated; member in struct:std::allocator
67 bool allocator<spcd>::allocated = false; member in class:std::allocator
73 VERIFY( std::allocator<spcd>::allocated );
75 VERIFY( !std::allocator<spcd>::allocated );
/haiku-buildtools/legacy/gcc/libiberty/
H A Dxmalloc.c77 size_t allocated; local
80 allocated = (char *) sbrk (0) - first_break;
82 allocated = (char *) sbrk (0) - (char *) &environ;
86 (unsigned long) size, (unsigned long) allocated);
112 size_t allocated; local
115 allocated = (char *) sbrk (0) - first_break;
117 allocated = (char *) sbrk (0) - (char *) &environ;
121 (unsigned long) (nelem * elsize), (unsigned long) allocated);
150 size_t allocated; local
153 allocated
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Ddyn-string.h24 int allocated; /* The amount of space allocated for the string. */ member in struct:dyn_string
H A Ddyn-string.c41 result->allocated = space;
84 int new_allocated = ds->allocated;
89 if (new_allocated != ds->allocated)
92 ds->allocated = new_allocated;
93 ds->s = (char*) xrealloc (ds->s, ds->allocated);
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dgregldo1.s1 # Use a symbolic register areg, presumably allocated by greg in another file.
H A Dbpo-19m.d3 #as: -linker-allocated-gregs
7 # 223 (max) linker-allocated GREGs, four relocs merged for each register
8 # allocated.
H A Dbpo-15.d3 #as: -linker-allocated-gregs
H A Dbpo-15m.d3 #as: -linker-allocated-gregs
H A Dbpo-21.d4 #as: -linker-allocated-gregs
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dgregldo1.s1 # Use a symbolic register areg, presumably allocated by greg in another file.
H A Dbpo-19m.d3 #as: -linker-allocated-gregs
7 # 223 (max) linker-allocated GREGs, four relocs merged for each register
8 # allocated.

Completed in 299 milliseconds

12345678910