OSDN Git Service

(LibGoblin)
authorKoine Yuusuke(koinec) <koinec@users.osdn.me>
Mon, 27 May 2019 20:56:24 +0000 (05:56 +0900)
committerKoine Yuusuke(koinec) <koinec@users.osdn.me>
Mon, 27 May 2019 20:56:24 +0000 (05:56 +0900)
  * WorkBackup

libgoblin/drd64_libgoblin_dwarf_info.c

index cd92eeb..7b4eb75 100644 (file)
@@ -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;