Searched defs:_Dwarf_LineInfo (Results 1 – 1 of 1) sorted by relevance
196 struct _Dwarf_LineInfo { struct197 Dwarf_Unsigned li_length; /* Length of line info data. */198 Dwarf_Half li_version; /* Version of line info. */199 Dwarf_Unsigned li_hdrlen; /* Length of line info header. */200 Dwarf_Small li_minlen; /* Minimum instrutction length. */201 Dwarf_Small li_maxop; /* Maximum operations per inst. */202 Dwarf_Small li_defstmt; /* Default value of is_stmt. */203 int8_t li_lbase; /* Line base for special opcode. */204 Dwarf_Small li_lrange; /* Line range for special opcode. */205 Dwarf_Small li_opbase; /* Fisrt std opcode number. */[all …]