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

/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/elfutils/0.153/libdw/
H A Ddwarf_getsrclines.c83 /* An end_sequence marker precedes a normal record at the same address. */
84 return (*p2)->end_sequence - (*p1)->end_sequence;
360 inline bool add_new_line (struct linelist *new_line, bool end_sequence) argument
380 SET (end_sequence);
H A DlibdwP.h252 unsigned int end_sequence:1; member in struct:Dwarf_Line_s
/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/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c206 UChar end_sequence; member in struct:__anon32464
296 state_machine_regs.end_sequence = 0;
348 state_machine_regs.end_sequence = 1;

Completed in 586 milliseconds