HomeSort by relevance Sort by last modified time
    Searched defs:end_sequence (Results 1 - 8 of 8) sorted by null

  /external/google-breakpad/src/common/dwarf/
line_state_machine.h 46 end_sequence = false;
55 bool end_sequence; member in struct:dwarf2reader::LineStateMachine
  /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/elfutils/libdw/
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...]
libdwP.h 253 unsigned int end_sequence:1; member in struct:Dwarf_Line_s
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 1529 bool end_sequence; member in struct:gold::LineStateMachine
    [all...]
  /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/valgrind/coregrind/m_debuginfo/
readdwarf.c 155 UChar end_sequence; member in struct:__anon25037
245 state_machine_regs.end_sequence = 0;
276 state_machine_regs.end_sequence = 1;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 374 unsigned char end_sequence; member in struct:State_Machine_Registers
395 state_machine_regs.end_sequence = 0;
    [all...]

Completed in 279 milliseconds