Searched refs:end_sequence (Results 1 - 15 of 15) sorted by relevance
/external/elfutils/libdw/ |
H A D | dwarf_lineendsequence.c | 43 *flagp = line->end_sequence;
|
H A D | dwarf_getsrc_die.c | 62 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 D | dwarf_entry_breakpoints.c | 79 else if (lines->info[idx].end_sequence) 96 if (!lines->info[l].end_sequence)
|
H A D | dwarf_getsrclines.c | 71 /* 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 D | libdwP.h | 253 unsigned int end_sequence:1; member in struct:Dwarf_Line_s
|
H A D | known-dwarf.h | 337 DWARF_ONE_KNOWN_DW_LNE (end_sequence, DW_LNE_end_sequence) \
|
/external/google-breakpad/src/common/dwarf/ |
H A D | line_state_machine.h | 46 end_sequence = false; 55 bool end_sequence; member in struct:dwarf2reader::LineStateMachine
|
H A D | dwarf2reader.cc | 745 lsm->end_sequence = true; 838 if (lsm.end_sequence) {
|
/external/elfutils/tests/ |
H A D | get-lines.c | 112 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 D | dwfl_module_getsrc.c | 50 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 D | DWARFDebugLine.h | 120 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 D | DWARFDebugLine.cpp | 103 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 D | SymbolFileDWARF.cpp | 1226 state.end_sequence); 1227 if (state.end_sequence)
|
/external/lldb/source/Symbol/ |
H A D | LineTable.cpp | 505 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 D | readdwarf.c | 155 UChar end_sequence; member in struct:__anon18733 245 state_machine_regs.end_sequence = 0; 276 state_machine_regs.end_sequence = 1;
|
Completed in 1397 milliseconds