HomeSort by: relevance | last modified time | path
    Searched defs:opcode_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 62 int opcode_alloc; member in struct:__anon9983
26765 if (unwind.opcode_count + length > unwind.opcode_alloc)
26767 unwind.opcode_alloc += ARM_OPCODE_CHUNK_SIZE;
26770 unwind.opcode_alloc);
26772 unwind.opcodes = XNEWVEC (unsigned char, unwind.opcode_alloc);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 62 int opcode_alloc; member in struct:__anon11455
26768 if (unwind.opcode_count + length > unwind.opcode_alloc)
26770 unwind.opcode_alloc += ARM_OPCODE_CHUNK_SIZE;
26773 unwind.opcode_alloc);
26775 unwind.opcodes = XNEWVEC (unsigned char, unwind.opcode_alloc);

Completed in 64 milliseconds