Home | History | Annotate | Download | only in libbacktrace

Lines Matching defs:op_index

2733   unsigned int op_index;
2739 op_index = 0;
2758 address += (hdr->min_insn_len * (op_index + advance)
2760 op_index = (op_index + advance) % hdr->max_ops_per_insn;
2778 op_index = 0;
2858 address += (hdr->min_insn_len * (op_index + advance)
2860 op_index = (op_index + advance) % hdr->max_ops_per_insn;
2895 address += (hdr->min_insn_len * (op_index + advance)
2897 op_index = (op_index + advance) % hdr->max_ops_per_insn;
2902 op_index = 0;