Home
last modified time | relevance | path

Searched refs:opcnt (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c374 int opcnt = prefix.pf_opcode_length_table[opcode]; in _dwarf_internal_printlines() local
378 "not understood.", opcode, opcnt); in _dwarf_internal_printlines()
380 for (oc = 0; oc < opcnt; oc++) { in _dwarf_internal_printlines()
H A Ddwarf_sort_line.c436 int opcnt = prefix.pf_opcode_length_table[opcode]; in _dwarf_update_line_sec() local
438 for (oc = 0; oc < opcnt; oc++) { in _dwarf_update_line_sec()
H A Ddwarf_line.c565 int opcnt = prefix.pf_opcode_length_table[opcode]; in _dwarf_internal_srclines() local
567 for (oc = 0; oc < opcnt; oc++) { in _dwarf_internal_srclines()
/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1030 uint_t opcnt = 1; in hat_switch() local
1045 ++opcnt; in hat_switch()
1047 if (HYPERVISOR_mmuext_op(t, opcnt, &retcnt, DOMID_SELF) < 0) in hat_switch()
1049 ASSERT(retcnt == opcnt); in hat_switch()