Searched refs:end_sequence (Results 1 - 15 of 15) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_lineendsequence.c43 *flagp = line->end_sequence;
H A Ddwarf_getsrc_die.c62 assert (lines->info[nlines - 1].end_sequence);
65 want, unless it is the end_sequence which is after the
68 if (! line->end_sequence && line->addr <= addr)
H A Ddwarf_entry_breakpoints.c79 else if (lines->info[idx].end_sequence)
96 if (!lines->info[l].end_sequence)
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
H A Dknown-dwarf.h337 DWARF_ONE_KNOWN_DW_LNE (end_sequence, DW_LNE_end_sequence) \
/external/google-breakpad/src/common/dwarf/
H A Dline_state_machine.h46 end_sequence = false;
55 bool end_sequence; member in struct:dwarf2reader::LineStateMachine
H A Ddwarf2reader.cc745 lsm->end_sequence = true;
838 if (lsm.end_sequence) {
/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/elfutils/libdwfl/
H A Ddwfl_module_getsrc.c50 assert(lines->info[nlines - 1].end_sequence);
68 we want, unless it is the end_sequence which is after the
71 if (! line->end_sequence && line->addr <= addr)
/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
H A DDWARFDebugLine.cpp103 log->Printf( "0x%16.16" PRIx64 " %6u %6u %6u%s\n", state.address, state.line, state.column, state.file, state.end_sequence ? " END" : "");
625 // Set the end_sequence register of the state machine to true and
632 state.end_sequence = true;
1083 end_sequence(false),
1114 end_sequence = false;
1135 end_sequence ? " end_sequence" : "");
1166 // with the current one if the one it is replacing is an end_sequence entry.
1178 if ((distance(range.first, range.second) == 1) && range.first->end_sequence == true)
1322 // if (curr_state.end_sequence)
[all...]
H A DSymbolFileDWARF.cpp1226 state.end_sequence);
1227 if (state.end_sequence)
/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/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 268 milliseconds