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

1 2 3 4

  /external/elfutils/tests/
run-get-lines.sh 27 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
28 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
29 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
30 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
31 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, epilogue:no
34 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
35 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
36 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:no
37 8048466: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, epilogue:no
40 8048468: /home/drepper/gnu/new-bu/build/ttt/f.c:3:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, epilogue:n
    [all...]
get-lines.c 101 bool is_stmt; local
102 if (dwarf_linebeginstatement (l, &is_stmt) != 0)
103 is_stmt = false;
117 printf (" is_stmt:%s, end_seq:%s, bb:%s, prologue:%s, epilogue:%s\n",
118 is_stmt ? "yes" : "no", end_sequence ? "yes" : "no",
  /external/elfutils/libdw/
dwarf_linebeginstatement.c 28 *flagp = line->is_stmt;
dwarf_getsrclines.c 51 new_line->line.is_stmt = is_stmt; \
147 /* Then the flag determining the default value of the is_stmt
300 uint_fast8_t is_stmt = default_is_stmt; local
372 is_stmt = default_is_stmt;
506 is_stmt = 1 - is_stmt;
libdwP.h 195 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:__anon12353
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/oprofile/opjitconv/
debug_line.c 318 * is_stmt = default_is_stmt as given in the debug_line_header
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 73 << (IsStmt ? " is_stmt" : "")
313 // Takes no arguments. Set the is_stmt register of the state
  /external/elfutils/src/
readelf.c 3866 uint_fast8_t is_stmt = default_is_stmt; local
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/qemu/elff/
dwarf_cu.h 61 /* The initial value of the is_stmt register. */
dwarf_defs.h 540 /* The initial value of the is_stmt register. */
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.h 61 /* The initial value of the is_stmt register. */
dwarf_defs.h 540 /* The initial value of the is_stmt register. */
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 799 OS << " is_stmt ";
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-readelf 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-readelf 
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-readelf 
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/bin/
i686-android-linux-readelf 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-readelf 
i686-linux-objdump 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-readelf 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-readelf 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-readelf 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-readelf 

Completed in 1355 milliseconds

1 2 3 4