Home | History | Annotate | Download | only in DWARF

Lines Matching refs:dw_offset_t

73 DWARFDebugLine::GetLineTable(const dw_offset_t offset) const
87 DumpStateToFile (dw_offset_t offset, const DWARFDebugLine::State& state, void* userData)
111 DWARFDebugLine::DumpLineTableRows(Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t debug_line_offset)
133 dw_offset_t
134 DWARFDebugLine::DumpStatementTable(Log *log, const DataExtractor& debug_line_data, const dw_offset_t debug_line_offset)
157 DWARFDebugLine::DumpOpcodes(Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t debug_line_offset, uint32_t dump_flags)
185 dw_offset_t
186 DWARFDebugLine::DumpStatementOpcodes(Log *log, const DataExtractor& debug_line_data, const dw_offset_t debug_line_offset, uint32_t flags)
208 const dw_offset_t end_offset = debug_line_offset + prologue.total_length + sizeof(prologue.total_length);
221 dw_offset_t ext_offset = offset;
223 dw_offset_t arg_size = len - (offset - ext_offset);
474 dw_offset_t stmt_list,
483 const dw_offset_t end_prologue_offset = debug_line_data.GetU32(&offset) + offset;
585 const dw_offset_t debug_line_offset = *offset_ptr;
603 const dw_offset_t end_offset = debug_line_offset + prologue->total_length + sizeof(prologue->total_length);
618 dw_offset_t arg_size = len - (*offset_ptr - ext_offset);
849 ParseStatementTableCallback(dw_offset_t offset, const DWARFDebugLine::State& state, void* userData)
1226 DWARFDebugLine::State::AppendRowToMatrix(dw_offset_t offset)
1252 DWARFDebugLine::State::Finalize(dw_offset_t offset)