diff options
Diffstat (limited to 'src/pkg/debug/dwarf/const.go')
| -rw-r--r-- | src/pkg/debug/dwarf/const.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/debug/dwarf/const.go b/src/pkg/debug/dwarf/const.go index ad696dc326..9d32a0af2a 100644 --- a/src/pkg/debug/dwarf/const.go +++ b/src/pkg/debug/dwarf/const.go @@ -207,7 +207,10 @@ const ( formRef8 format = 0x14 formRefUdata format = 0x15 formIndirect format = 0x16 + formSecOffset format = 0x17 + formExprloc format = 0x18 formFlagPresent format = 0x19 + formRefSig8 format = 0x20 ) // A Tag is the classification (the type) of an Entry. |
