Searched refs:end_sequence (Results 1 - 11 of 11) 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/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c155 UChar end_sequence; member in struct:__anon19394
245 state_machine_regs.end_sequence = 0;
276 state_machine_regs.end_sequence = 1;

Completed in 1427 milliseconds