HomeSort by relevance Sort by last modified time
    Searched full:end_sequence (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/test/tools/dsymutil/X86/
custom-line-table.test 23 # CHECK: 0x0000000000001046 20 3 {{.*}} end_sequence
30 # CHECK: 0x0000000000002015 15 3 {{.*}} end_sequence
38 # CHECK: 0x000000000000301c 12 1 {{.*}} is_stmt end_sequence
basic-linking-x86.test 164 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
basic-lto-dw4-linking-x86.test 150 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
basic-lto-linking-x86.test 162 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
  /external/llvm/test/DebugInfo/
dwarfdump-64-bit-dwarf.test 15 CHECK: is_stmt end_sequence
  /external/elfutils/libdw/
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)
dwarf_lineendsequence.c 43 *flagp = line->end_sequence;
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 = 1
    [all...]
dwarf_entry_breakpoints.c 79 else if (lines->info[idx].end_sequence)
96 if (!lines->info[l].end_sequence)
known-dwarf.h 337 DWARF_ONE_KNOWN_DW_LNE (end_sequence, DW_LNE_end_sequence) \
    [all...]
ChangeLog 871 * dwarf_getsrclines.c (dwarf_getsrclines): Only set end_sequence
891 end_sequence.
    [all...]
  /external/elfutils/libdwfl/
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/elfutils/tests/
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/google-breakpad/src/common/dwarf/
line_state_machine.h 46 end_sequence = false;
55 bool end_sequence; member in struct:dwarf2reader::LineStateMachine
  /external/llvm/test/MC/ARM/
dwarf-asm-multiple-sections-dwarf-2.s 43 // DWARF-NEXT: 0x0000000000000004 7 0 1 0 0 is_stmt end_sequence
45 // DWARF-NEXT: 0x0000000000000004 11 0 1 0 0 is_stmt end_sequence
dwarf-asm-multiple-sections.s 45 // DWARF-NEXT: 0x0000000000000004 9 0 1 0 0 is_stmt end_sequence
47 // DWARF-NEXT: 0x0000000000000004 13 0 1 0 0 is_stmt end_sequence
dwarf-asm-nonstandard-section.s 37 // DWARF-NEXT: 0x0000000000000004 7 0 1 0 0 is_stmt end_sequence
dwarf-asm-single-section.s 37 // DWARF-NEXT: 0x0000000000000004 7 0 1 0 0 is_stmt end_sequence
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DebugItemType.java 45 public static final int END_SEQUENCE = 0x00;
  /external/llvm/test/DebugInfo/Mips/
delay-slot.ll 22 ; CHECK: 0x0000000000000058 5 0 1 0 0 is_stmt end_sequence
  /external/llvm/test/MC/MachO/
gen-dwarf.s 122 // CHECK: 0x0000000000000008 11 0 1 0 0 is_stmt end_sequence
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DebugInfoItem.java 81 case DebugItemType.END_SEQUENCE: {
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 1117 unsigned char end_sequence; /* End of (sequential) code sequence. */ member in struct:line_info
1713 int end_sequence = 0; local
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DebugInfo.java 166 case DebugItemType.END_SEQUENCE: {
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 165 << (EndSequence ? " end_sequence" : "")
287 // Set the end_sequence register of the state machine to true and

Completed in 1214 milliseconds

1 2