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

  /external/elfutils/tests/
get-lines.c 117 bool is_stmt; local
118 if (dwarf_linebeginstatement (l, &is_stmt) != 0)
119 is_stmt = false;
133 printf (" is_stmt:%s, end_seq:%s, bb:%s, prologue:%s, epilogue:%s\n",
134 is_stmt ? "yes" : "no", end_sequence ? "yes" : "no",
  /external/elfutils/libdw/
dwarf_getsrclines.c 102 new_line->line.is_stmt = is_stmt; \
200 /* Then the flag determining the default value of the is_stmt
350 uint_fast8_t is_stmt = default_is_stmt; local
422 is_stmt = default_is_stmt;
556 is_stmt = 1 - is_stmt;
libdwP.h 236 unsigned int is_stmt:1; member in struct:Dwarf_Lines_s::Dwarf_Line_s
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 202 Int is_stmt; member in struct:__anon15119
294 void reset_state_machine ( Int is_stmt )
304 state_machine_regs.is_stmt = is_stmt;
339 UChar* data, Int is_stmt)
370 if (state_machine_regs.is_stmt) {
389 reset_state_machine (is_stmt);
566 VG_(printf)(" Initial value of 'is_stmt': %d\n",
572 DWARF2 line info code: It sets "is_stmt" of the state machine in
582 ignore "is_stmt" when recording line info ;-) That's the reaso
    [all...]
  /external/elfutils/src/
readelf.c 4683 uint_fast8_t is_stmt = default_is_stmt; local
    [all...]

Completed in 2660 milliseconds