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

  /external/google-breakpad/src/common/dwarf/
line_state_machine.h 44 is_stmt = default_is_stmt;
53 bool is_stmt; // stmt means statement. member in struct:dwarf2reader::LineStateMachine
  /external/elfutils/tests/
get-lines.c 109 bool is_stmt; local
110 if (dwarf_linebeginstatement (l, &is_stmt) != 0)
111 is_stmt = false;
125 printf (" is_stmt:%s, end_seq:%s, bb:%s, prologue:%s, epilogue:%s\n",
126 is_stmt ? "yes" : "no", end_sequence ? "yes" : "no",
  /external/elfutils/libdw/
dwarf_getsrclines.c 88 uint_fast8_t is_stmt; member in struct:line_state
136 SET (is_stmt);
260 /* Then the flag determining the default value of the is_stmt
409 state.is_stmt = default_is_stmt;
498 state.is_stmt = default_is_stmt;
660 state.is_stmt = 1 - state.is_stmt;
libdwP.h 251 unsigned int is_stmt:1; member in struct:Dwarf_Line_s
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 1527 bool is_stmt; \/\/ stmt means statement. member in struct:gold::LineStateMachine
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 1712 int is_stmt = lh.default_is_stmt; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 153 Int is_stmt; member in struct:__anon25037
233 void reset_state_machine ( Int is_stmt )
243 state_machine_regs.is_stmt = is_stmt;
256 DiCursor* data, Int is_stmt)
278 if (state_machine_regs.is_stmt) {
290 reset_state_machine (is_stmt);
451 VG_(printf)(" Initial value of 'is_stmt': %d\n",
457 DWARF2 line info code: It sets "is_stmt" of the state machine in
467 ignore "is_stmt" when recording line info ;-) That's the reaso
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 371 int is_stmt; member in struct:State_Machine_Registers
383 reset_state_machine (int is_stmt)
393 state_machine_regs.is_stmt = is_stmt;
429 printf (_("\t\tLogical %u: 0x%s[%u] file %u line %u discrim %u context %u subprog %u is_stmt %d\n"),
438 state_machine_regs.is_stmt);
446 int is_stmt,
477 reset_state_machine (is_stmt);
    [all...]
  /external/elfutils/src/
readelf.c 6650 uint_fast8_t is_stmt = default_is_stmt; local
    [all...]

Completed in 397 milliseconds