Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.h91 struct LineInfoHeader { struct
92 uint64_t total_length;
93 uint16_t version;
94 uint64_t prologue_length;
95 uint8_t min_insn_length; // insn stands for instructin
96 bool default_is_stmt; // stmt stands for statement
97 int8_t line_base;
98 uint8_t line_range;
99 uint8_t opcode_base;
102 std::vector<unsigned char>* std_opcode_lengths;