Searched defs:stmt_list (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getsrclines.c925 Dwarf_Attribute *stmt_list = INTUSE(dwarf_attr) (cudie, DW_AT_stmt_list, local
931 if (__libdw_formptr (stmt_list, IDX_debug_line, DWARF_E_NO_DEBUG_LINE,
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c108 ULong stmt_list; /* Offset in .debug_line */ member in struct:__anon19964
821 * stmt_list needed to parse the line number information.
832 * - ui->stmt_list is the offset in .debug_line section
855 ui->stmt_list = -1LL;
1042 else if ( name == 0x10 ) ui->stmt_list = cval; /* DW_AT_stmt_list */
1126 ui.stmt_list, str_name, str_compdir );
1132 if ( ui.stmt_list == -1LL )
1137 VG_(printf)("debug_line_sz %llu, ui.stmt_list %llu %s\n",
1138 escn_debug_line.szB, ui.stmt_list, str_name );
1145 ML_(cur_plus)(ML_(cur_from_sli)(escn_debug_line), ui.stmt_list),
[all...]
/external/elfutils/src/
H A Dreadelf.c6666 Dwarf_Attribute stmt_list; local
6667 if (dwarf_attr (&cudie, DW_AT_stmt_list, &stmt_list) == NULL)
6670 if (dwarf_formudata (&stmt_list, &lineoff) != 0)

Completed in 128 milliseconds