Home | History | Annotate | Download | only in bfd

Lines Matching defs:op_index

1116   unsigned char op_index;
1198 && (new_line->op_index > line->op_index
1199 || (new_line->op_index == line->op_index
1212 unsigned char op_index,
1229 info->op_index = op_index;
1262 && seq->last_line->op_index == op_index
1462 if (seq1->last_line->op_index < seq2->last_line->op_index)
1464 if (seq1->last_line->op_index > seq2->last_line->op_index)
1707 unsigned char op_index = 0;
1737 address += ((op_index + adj_opcode / lh.line_range)
1740 op_index = ((op_index + adj_opcode / lh.line_range)
1745 if (!add_line_info (table, address, op_index, filename,
1766 op_index, filename, line,
1779 op_index = 0;
1827 if (!add_line_info (table, address, op_index,
1845 address = ((op_index + adjust) / lh.maximum_ops_per_insn
1847 op_index = (op_index + adjust) % lh.maximum_ops_per_insn;
1885 * ((op_index + adjust)
1887 op_index = (op_index + adjust) % lh.maximum_ops_per_insn;
1892 op_index = 0;