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

  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 50 unsigned char maximum_ops_per_insn; member in struct:line_head
2816 lh.maximum_ops_per_insn = read_1_byte (abfd, &line_ptr, line_end);
2818 lh.maximum_ops_per_insn = 1;
2820 if (lh.maximum_ops_per_insn == 0)
2942 if (lh.maximum_ops_per_insn == 1)
2948 / lh.maximum_ops_per_insn
2951 % lh.maximum_ops_per_insn);
3030 if (lh.maximum_ops_per_insn == 1)
3038 address = ((op_index + adjust) / lh.maximum_ops_per_insn
3040 op_index = (op_index + adjust) % lh.maximum_ops_per_insn;
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 50 unsigned char maximum_ops_per_insn; member in struct:line_head
2816 lh.maximum_ops_per_insn = read_1_byte (abfd, &line_ptr, line_end);
2818 lh.maximum_ops_per_insn = 1;
2820 if (lh.maximum_ops_per_insn == 0)
2942 if (lh.maximum_ops_per_insn == 1)
2948 / lh.maximum_ops_per_insn
2951 % lh.maximum_ops_per_insn);
3030 if (lh.maximum_ops_per_insn == 1)
3038 address = ((op_index + adjust) / lh.maximum_ops_per_insn
3040 op_index = (op_index + adjust) % lh.maximum_ops_per_insn;
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 50 unsigned char maximum_ops_per_insn; member in struct:line_head
2816 lh.maximum_ops_per_insn = read_1_byte (abfd, &line_ptr, line_end);
2818 lh.maximum_ops_per_insn = 1;
2820 if (lh.maximum_ops_per_insn == 0)
2942 if (lh.maximum_ops_per_insn == 1)
2948 / lh.maximum_ops_per_insn
2951 % lh.maximum_ops_per_insn);
3030 if (lh.maximum_ops_per_insn == 1)
3038 address = ((op_index + adjust) / lh.maximum_ops_per_insn
3040 op_index = (op_index + adjust) % lh.maximum_ops_per_insn;
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 50 unsigned char maximum_ops_per_insn; member in struct:line_head
2816 lh.maximum_ops_per_insn = read_1_byte (abfd, &line_ptr, line_end);
2818 lh.maximum_ops_per_insn = 1;
2820 if (lh.maximum_ops_per_insn == 0)
2942 if (lh.maximum_ops_per_insn == 1)
2948 / lh.maximum_ops_per_insn
2951 % lh.maximum_ops_per_insn);
3030 if (lh.maximum_ops_per_insn == 1)
3038 address = ((op_index + adjust) / lh.maximum_ops_per_insn
3040 op_index = (op_index + adjust) % lh.maximum_ops_per_insn;
    [all...]

Completed in 66 milliseconds