Searched defs:end_sequence (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/common/dwarf/
H A Dline_state_machine.h46 end_sequence = false;
55 bool end_sequence; member in struct:dwarf2reader::LineStateMachine
/external/elfutils/tests/
H A Dget-lines.c112 bool end_sequence; local
113 if (dwarf_lineendsequence (l, &end_sequence) != 0)
114 end_sequence = false;
126 is_stmt ? "yes" : "no", end_sequence ? "yes" : "no",
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h120 end_sequence(rhs.end_sequence),
136 end_sequence = rhs.end_sequence;
155 end_sequence:1, // A boolean indicating that the current address is that of the first byte after the end of a sequence of target machine instructions. member in struct:DWARFDebugLine::Row
/external/lldb/source/Symbol/
H A DLineTable.cpp505 const bool end_sequence = entry.is_terminal_entry; local
506 const lldb::addr_t lookup_file_addr = entry.file_addr - (end_sequence ? 1 : 0);
/external/elfutils/libdw/
H A Ddwarf_getsrclines.c71 /* An end_sequence marker precedes a normal record at the same address. */
72 if (line1->end_sequence != line2->end_sequence)
73 return line2->end_sequence - line1->end_sequence;
96 unsigned int end_sequence; member in struct:line_state
138 SET (end_sequence);
428 state.end_sequence = end_seq; \
800 /* Make sure the highest address for the CU is marked as end_sequence.
804 lines->info[state.nlinelist - 1].end_sequence
[all...]
H A DlibdwP.h253 unsigned int end_sequence:1; member in struct:Dwarf_Line_s
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c155 UChar end_sequence; member in struct:__anon18733
245 state_machine_regs.end_sequence = 0;
276 state_machine_regs.end_sequence = 1;

Completed in 125 milliseconds