Home
last modified time | relevance | path

Searched defs:LineInfoHeader (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h72 struct LineInfoHeader { struct
73 uint64_t total_length;
74 uint16_t version;
75 uint64_t prologue_length;
76 uint8_t min_insn_length; // insn stands for instructin
77 bool default_is_stmt; // stmt stands for statement
78 int8_t line_base;
79 uint8_t line_range;
80 uint8_t opcode_base;
83 std::vector<unsigned char> *std_opcode_lengths;