Home | History | Annotate | Download | only in bfd

Lines Matching defs:op_index

1788   unsigned char		op_index;
1893 && new_line->op_index > line->op_index));
1905 unsigned char op_index,
1922 info->op_index = op_index;
1955 && seq->last_line->op_index == op_index
2396 if (seq1->last_line->op_index < seq2->last_line->op_index)
2398 if (seq1->last_line->op_index > seq2->last_line->op_index)
2908 unsigned char op_index = 0;
2947 address += ((op_index + adj_opcode / lh.line_range)
2950 op_index = ((op_index + adj_opcode / lh.line_range)
2955 if (!add_line_info (table, address, op_index, filename,
2975 if (!add_line_info (table, address, op_index, filename, line,
2989 op_index = 0;
3020 if (!add_line_info (table, address, op_index,
3038 address = ((op_index + adjust) / lh.maximum_ops_per_insn
3040 op_index = (op_index + adjust) % lh.maximum_ops_per_insn;
3078 * ((op_index + adjust)
3080 op_index = (op_index + adjust) % lh.maximum_ops_per_insn;
3085 op_index = 0;