Home
last modified time | relevance | path

Searched refs:end_sequence (Results 1 – 19 of 19) sorted by relevance

/external/elfutils/tests/
Dget-lines.c112 bool end_sequence; in main() local
113 if (dwarf_lineendsequence (l, &end_sequence) != 0) in main()
114 end_sequence = false; in main()
126 is_stmt ? "yes" : "no", end_sequence ? "yes" : "no", in main()
/external/llvm/test/tools/dsymutil/X86/
Dcustom-line-table.test23 # CHECK: 0x0000000000001046 20 3 {{.*}} end_sequence
30 # CHECK: 0x0000000000002015 15 3 {{.*}} end_sequence
38 # CHECK: 0x000000000000301c 12 1 {{.*}} is_stmt end_sequence
Dbasic-linking-x86.test164 CHECK-NEXT: 0x0000000100000ec4 24 0 1 0 0 is_stmt end_sequence
173 CHECK-NEXT: 0x0000000100000f19 20 0 1 0 0 is_stmt end_sequence
176 CHECK-NEXT: 0x0000000100000f37 15 0 1 0 0 is_stmt end_sequence
188 CHECK-NEXT: 0x0000000100000f84 20 0 1 0 0 is_stmt end_sequence
191 CHECK-NEXT: 0x0000000100000fa9 12 0 1 0 0 is_stmt end_sequence
Dbasic-lto-linking-x86.test162 CHECK-NEXT: 0x0000000100000f4b 24 0 1 0 0 is_stmt end_sequence
173 CHECK-NEXT: 0x0000000100000f89 20 0 1 0 0 is_stmt end_sequence
187 CHECK-NEXT: 0x0000000100000fb4 20 0 1 0 0 is_stmt end_sequence
Dbasic-lto-dw4-linking-x86.test150 CHECK-NEXT: 0x0000000100000f4b 27 3 1 0 0 end_sequence
166 CHECK-NEXT: 0x0000000100000f87 20 3 1 0 0 end_sequence
181 CHECK-NEXT: 0x0000000100000fb4 20 1 1 0 0 is_stmt end_sequence
/external/google-breakpad/src/common/dwarf/
Dline_state_machine.h46 end_sequence = false; in Reset()
55 bool end_sequence; member
Ddwarf2reader.cc745 lsm->end_sequence = true; in ProcessOneOpcode()
838 if (lsm.end_sequence) { in ReadLines()
/external/elfutils/libdw/
Ddwarf_getsrc_die.c62 assert (lines->info[nlines - 1].end_sequence); in dwarf_getsrc_die()
68 if (! line->end_sequence && line->addr <= addr) in dwarf_getsrc_die()
Ddwarf_getsrclines.c72 if (line1->end_sequence != line2->end_sequence) in compare_lines()
73 return line2->end_sequence - line1->end_sequence; in compare_lines()
96 unsigned int end_sequence; member
138 SET (end_sequence); in add_new_line()
428 state.end_sequence = end_seq; \ in read_srclines()
804 lines->info[state.nlinelist - 1].end_sequence = 1; in read_srclines()
Ddwarf_entry_breakpoints.c79 else if (lines->info[idx].end_sequence) in search_range()
96 if (!lines->info[l].end_sequence) in search_range()
Ddwarf_lineendsequence.c43 *flagp = line->end_sequence; in dwarf_lineendsequence()
DlibdwP.h253 unsigned int end_sequence:1; member
DChangeLog871 * dwarf_getsrclines.c (dwarf_getsrclines): Only set end_sequence
891 end_sequence.
1919 don't match end_sequence markers.
1921 * dwarf_getsrclines.c (compare_lines): Sort end_sequence markers
1923 * dwarf_getsrc_die.c (dwarf_getsrc_die): Don't match an end_sequence
Dknown-dwarf.h337 DWARF_ONE_KNOWN_DW_LNE (end_sequence, DW_LNE_end_sequence) \
/external/elfutils/libdwfl/
Ddwfl_module_getsrc.c50 assert(lines->info[nlines - 1].end_sequence); in dwfl_module_getsrc()
71 if (! line->end_sequence && line->addr <= addr) in dwfl_module_getsrc()
DChangeLog342 has end_sequence set.
/external/llvm/test/DebugInfo/
Ddwarfdump-64-bit-dwarf.test15 CHECK: is_stmt end_sequence
/external/llvm/test/DebugInfo/Mips/
Ddelay-slot.ll22 ; CHECK: 0x0000000000000058 5 0 1 0 0 is_stmt end_sequence
/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c153 UChar end_sequence; member
242 state_machine_regs.end_sequence = 0; in reset_state_machine()
273 state_machine_regs.end_sequence = 1; in process_extended_line_op()