Home
last modified time | relevance | path

Searched refs:is_stmt (Results 1 - 7 of 7) sorted by relevance

/third_party/elfutils/tests/
H A Dget-lines.c132 bool is_stmt; in main() local
133 if (dwarf_linebeginstatement (l, &is_stmt) != 0) in main()
134 is_stmt = false; in main()
148 printf (" is_stmt:%s, end_seq:%s, bb:%s, prologue:%s, epilogue:%s\n", in main()
149 is_stmt ? "yes" : "no", end_sequence ? "yes" : "no", in main()
H A Dnvidia_extended_linemap_libdw.c110 bool is_stmt; in main() local
111 if (dwarf_linebeginstatement (l, &is_stmt) != 0) in main()
112 is_stmt = false; in main()
125 printf (" is_stmt:%s, end_seq:%s, bb:%s, prologue:%s, epilogue:%s\n", in main()
126 is_stmt ? "yes" : "no", end_sequence ? "yes" : "no", in main()
H A Dnext-lines.c110 bool is_stmt; in main() local
111 if (dwarf_linebeginstatement (l, &is_stmt) != 0) in main()
112 is_stmt = false; in main()
126 printf (" is_stmt:%s, end_seq:%s, bb:%s, prologue:%s, epilogue:%s\n", in main()
127 is_stmt ? "yes" : "no", end_sequence ? "yes" : "no", in main()
/third_party/elfutils/libdw/
H A Ddwarf_linebeginstatement.c43 *flagp = line->is_stmt; in dwarf_linebeginstatement()
H A Ddwarf_getsrclines.c87 uint_fast8_t is_stmt; member
137 SET (is_stmt); in add_new_line()
276 /* 4 more bytes, is_stmt, line_base, line_range and opcode_base. */ in read_srclines()
280 /* Then the flag determining the default value of the is_stmt in read_srclines()
672 registers have already been initialize above. Just add the is_stmt in read_srclines()
674 state.is_stmt = default_is_stmt; in read_srclines()
763 state.is_stmt = default_is_stmt; in read_srclines()
945 state.is_stmt = 1 - state.is_stmt; in read_srclines()
H A DlibdwP.h293 unsigned int is_stmt:1; member
/third_party/elfutils/src/
H A Dreadelf.c8667 /* Then the flag determining the default value of the is_stmt in print_debug_line_section()
8689 " Initial value if 'is_stmt': %" PRIuFAST8 "\n" in print_debug_line_section()
8947 uint_fast8_t is_stmt = default_is_stmt; in print_debug_line_section() local
9028 is_stmt = default_is_stmt; in print_debug_line_section()
9206 is_stmt = 1 - is_stmt; in print_debug_line_section()
9208 "is_stmt", is_stmt); in print_debug_line_section()

Completed in 20 milliseconds