HomeSort by relevance Sort by last modified time
    Searched full:ext_opcode (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 121 dwarf_line_number_ext_op ext_opcode; member in struct:dwarf2_line_op
256 line_op->ext_opcode = 0;
276 dwarf_line_number_ext_op ext_opcode,
285 line_op->ext_opcode = ext_opcode;
300 dwarf_line_number_ext_op ext_opcode,
309 line_op->ext_opcode = ext_opcode;
877 if (line_op->ext_opcode > 0) {
878 YASM_WRITE_8(buf, line_op->ext_opcode);
    [all...]

Completed in 107 milliseconds