HomeSort by: relevance | last modified time | path
    Searched refs:code_length (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
v850-dis.c 651 int length = 0, code_length = 0; local
709 code_length = 6;
715 code_length = 6;
721 code_length = 6;
734 code_length = 6;
753 code_length = 6;
763 code_length = 6;
773 code_length = 6;
779 code_length = 6;
785 code_length = 6
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
v850-dis.c 651 int length = 0, code_length = 0; local
709 code_length = 6;
715 code_length = 6;
721 code_length = 6;
734 code_length = 6;
753 code_length = 6;
763 code_length = 6;
773 code_length = 6;
779 code_length = 6;
785 code_length = 6
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
v850-dis.c 651 int length = 0, code_length = 0; local
709 code_length = 6;
715 code_length = 6;
721 code_length = 6;
734 code_length = 6;
753 code_length = 6;
763 code_length = 6;
773 code_length = 6;
779 code_length = 6;
785 code_length = 6
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
v850-dis.c 651 int length = 0, code_length = 0; local
709 code_length = 6;
715 code_length = 6;
721 code_length = 6;
734 code_length = 6;
753 code_length = 6;
763 code_length = 6;
773 code_length = 6;
779 code_length = 6;
785 code_length = 6
    [all...]
  /src/external/gpl3/binutils/dist/bfd/doc/
chew.c 123 int code_length; member in struct:dict_struct
1285 new_d->code_length = 1;
1293 if (entry->code_end == entry->code_length)
1295 entry->code_length += 2;
1297 entry->code_length * sizeof (*entry->code));
  /src/external/gpl3/binutils.old/dist/bfd/doc/
chew.c 123 int code_length; member in struct:dict_struct
1285 new_d->code_length = 1;
1293 if (entry->code_end == entry->code_length)
1295 entry->code_length += 2;
1297 entry->code_length * sizeof (*entry->code));
  /src/external/gpl3/gdb.old/dist/bfd/doc/
chew.c 123 int code_length; member in struct:dict_struct
1285 new_d->code_length = 1;
1293 if (entry->code_end == entry->code_length)
1295 entry->code_length += 2;
1297 entry->code_length * sizeof (*entry->code));
  /src/external/gpl3/gdb/dist/bfd/doc/
chew.c 123 int code_length; member in struct:dict_struct
1285 new_d->code_length = 1;
1293 if (entry->code_end == entry->code_length)
1295 entry->code_length += 2;
1297 entry->code_length * sizeof (*entry->code));
  /src/external/gpl3/binutils/dist/gprofng/src/
ClassFile.cc 1338 u4 code_length = input->readUnsigned (); local
1341 cur_jmthd->size = code_length;
1345 input->skip (code_length);
1349 NTXT ("%*c %2d: attr_name=%3d %-15s len=%4d max_stack=%d max_locals=%d code_length=%d exception_table_length=%d\n"),
1352 (int) max_stack, (int) max_locals, (int) code_length, (int) exception_table_length);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ClassFile.cc 1338 u4 code_length = input->readUnsigned (); local
1341 cur_jmthd->size = code_length;
1345 input->skip (code_length);
1349 NTXT ("%*c %2d: attr_name=%3d %-15s len=%4d max_stack=%d max_locals=%d code_length=%d exception_table_length=%d\n"),
1352 (int) max_stack, (int) max_locals, (int) code_length, (int) exception_table_length);

Completed in 128 milliseconds