Searched defs:_Dwarf_LineInfo (Results 1 – 1 of 1) sorted by relevance
188 struct _Dwarf_LineInfo { struct189 Dwarf_Unsigned li_length; /* Length of line info data. */190 Dwarf_Half li_version; /* Version of line info. */191 Dwarf_Unsigned li_hdrlen; /* Length of line info header. */192 Dwarf_Small li_minlen; /* Minimum instrutction length. */193 Dwarf_Small li_maxop; /* Maximum operations per inst. */194 Dwarf_Small li_defstmt; /* Default value of is_stmt. */195 int8_t li_lbase; /* Line base for special opcode. */196 Dwarf_Small li_lrange; /* Line range for special opcode. */197 Dwarf_Small li_opbase; /* Fisrt std opcode number. */[all …]