Searched refs:opcode_alloc (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c69 int opcode_alloc; member in struct:__anon2530
10822 if (unwind.opcode_count + length > unwind.opcode_alloc)
10824 unwind.opcode_alloc += ARM_OPCODE_CHUNK_SIZE;
10827 unwind.opcode_alloc);
10829 unwind.opcodes = xmalloc (unwind.opcode_alloc);
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c61 int opcode_alloc; member in struct:__anon348
21988 if (unwind.opcode_count + length > unwind.opcode_alloc)
21990 unwind.opcode_alloc += ARM_OPCODE_CHUNK_SIZE;
21993 unwind.opcode_alloc);
21995 unwind.opcodes = XNEWVEC (unsigned char, unwind.opcode_alloc);

Completed in 224 milliseconds