Home
last modified time | relevance | path

Searched refs:stmt_list (Results 1 - 2 of 2) sorted by relevance

/third_party/elfutils/libdw/
H A Ddwarf_getsrclines.c172 /* Initial statement program state (except for stmt_list, see below). */ in read_srclines()
1235 Dwarf_Attribute *stmt_list = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, in dwarf_getsrclines() local
1241 if (__libdw_formptr (stmt_list, IDX_debug_line, DWARF_E_NO_DEBUG_LINE, in dwarf_getsrclines()
/third_party/elfutils/src/
H A Dreadelf.c8229 Dwarf_Attribute stmt_list; in print_decoded_line_section() local
8230 if (dwarf_attr (&cudie, DW_AT_stmt_list, &stmt_list) == NULL) in print_decoded_line_section()
8233 if (dwarf_formudata (&stmt_list, &lineoff) != 0) in print_decoded_line_section()

Completed in 17 milliseconds