From 192d0e0316b7fc9eacffc4b3849cf8b1b4a39b76 Mon Sep 17 00:00:00 2001 From: "Koine Yuusuke(koinec)" Date: Tue, 28 May 2019 05:56:24 +0900 Subject: [PATCH] (LibGoblin) * WorkBackup --- libgoblin/drd64_libgoblin_dwarf_info.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libgoblin/drd64_libgoblin_dwarf_info.c b/libgoblin/drd64_libgoblin_dwarf_info.c index cd92eeb..7b4eb75 100644 --- a/libgoblin/drd64_libgoblin_dwarf_info.c +++ b/libgoblin/drd64_libgoblin_dwarf_info.c @@ -367,10 +367,16 @@ Byte * p_val, pb_info, pqw_remains, p_binfo, p_cuheader ); break; case DW_FORM_sec_offset: // 0x17: + // offset from the beginning of the .debug_line section + // to the first byte of the data making up the line number list for the compilation unit. + // 1: const. value (size: offsetsize) break; case DW_FORM_exprloc: // 0x18: + // 1: uLEB128 = length + // 2: info. bytes specified by the length(1:) (DWARF expression) break; case DW_FORM_flag_present: // 0x19: + // have NONE value because implicitly flag is TRUE. break; case DW_FORM_ref_sig8: // 0x20: break; -- 2.11.0