File: go1_21_debug_dwarf.go

package info (click to toggle)
golang-github-traefik-yaegi 0.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 24,608 kB
  • sloc: sh: 457; makefile: 39
file content (292 lines) | stat: -rw-r--r-- 18,004 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
// Code generated by 'yaegi extract debug/dwarf'. DO NOT EDIT.

//go:build go1.21 && !go1.22
// +build go1.21,!go1.22

package stdlib

import (
	"debug/dwarf"
	"reflect"
)

func init() {
	Symbols["debug/dwarf/dwarf"] = map[string]reflect.Value{
		// function, constant and variable definitions
		"AttrAbstractOrigin":        reflect.ValueOf(dwarf.AttrAbstractOrigin),
		"AttrAccessibility":         reflect.ValueOf(dwarf.AttrAccessibility),
		"AttrAddrBase":              reflect.ValueOf(dwarf.AttrAddrBase),
		"AttrAddrClass":             reflect.ValueOf(dwarf.AttrAddrClass),
		"AttrAlignment":             reflect.ValueOf(dwarf.AttrAlignment),
		"AttrAllocated":             reflect.ValueOf(dwarf.AttrAllocated),
		"AttrArtificial":            reflect.ValueOf(dwarf.AttrArtificial),
		"AttrAssociated":            reflect.ValueOf(dwarf.AttrAssociated),
		"AttrBaseTypes":             reflect.ValueOf(dwarf.AttrBaseTypes),
		"AttrBinaryScale":           reflect.ValueOf(dwarf.AttrBinaryScale),
		"AttrBitOffset":             reflect.ValueOf(dwarf.AttrBitOffset),
		"AttrBitSize":               reflect.ValueOf(dwarf.AttrBitSize),
		"AttrByteSize":              reflect.ValueOf(dwarf.AttrByteSize),
		"AttrCallAllCalls":          reflect.ValueOf(dwarf.AttrCallAllCalls),
		"AttrCallAllSourceCalls":    reflect.ValueOf(dwarf.AttrCallAllSourceCalls),
		"AttrCallAllTailCalls":      reflect.ValueOf(dwarf.AttrCallAllTailCalls),
		"AttrCallColumn":            reflect.ValueOf(dwarf.AttrCallColumn),
		"AttrCallDataLocation":      reflect.ValueOf(dwarf.AttrCallDataLocation),
		"AttrCallDataValue":         reflect.ValueOf(dwarf.AttrCallDataValue),
		"AttrCallFile":              reflect.ValueOf(dwarf.AttrCallFile),
		"AttrCallLine":              reflect.ValueOf(dwarf.AttrCallLine),
		"AttrCallOrigin":            reflect.ValueOf(dwarf.AttrCallOrigin),
		"AttrCallPC":                reflect.ValueOf(dwarf.AttrCallPC),
		"AttrCallParameter":         reflect.ValueOf(dwarf.AttrCallParameter),
		"AttrCallReturnPC":          reflect.ValueOf(dwarf.AttrCallReturnPC),
		"AttrCallTailCall":          reflect.ValueOf(dwarf.AttrCallTailCall),
		"AttrCallTarget":            reflect.ValueOf(dwarf.AttrCallTarget),
		"AttrCallTargetClobbered":   reflect.ValueOf(dwarf.AttrCallTargetClobbered),
		"AttrCallValue":             reflect.ValueOf(dwarf.AttrCallValue),
		"AttrCalling":               reflect.ValueOf(dwarf.AttrCalling),
		"AttrCommonRef":             reflect.ValueOf(dwarf.AttrCommonRef),
		"AttrCompDir":               reflect.ValueOf(dwarf.AttrCompDir),
		"AttrConstExpr":             reflect.ValueOf(dwarf.AttrConstExpr),
		"AttrConstValue":            reflect.ValueOf(dwarf.AttrConstValue),
		"AttrContainingType":        reflect.ValueOf(dwarf.AttrContainingType),
		"AttrCount":                 reflect.ValueOf(dwarf.AttrCount),
		"AttrDataBitOffset":         reflect.ValueOf(dwarf.AttrDataBitOffset),
		"AttrDataLocation":          reflect.ValueOf(dwarf.AttrDataLocation),
		"AttrDataMemberLoc":         reflect.ValueOf(dwarf.AttrDataMemberLoc),
		"AttrDecimalScale":          reflect.ValueOf(dwarf.AttrDecimalScale),
		"AttrDecimalSign":           reflect.ValueOf(dwarf.AttrDecimalSign),
		"AttrDeclColumn":            reflect.ValueOf(dwarf.AttrDeclColumn),
		"AttrDeclFile":              reflect.ValueOf(dwarf.AttrDeclFile),
		"AttrDeclLine":              reflect.ValueOf(dwarf.AttrDeclLine),
		"AttrDeclaration":           reflect.ValueOf(dwarf.AttrDeclaration),
		"AttrDefaultValue":          reflect.ValueOf(dwarf.AttrDefaultValue),
		"AttrDefaulted":             reflect.ValueOf(dwarf.AttrDefaulted),
		"AttrDeleted":               reflect.ValueOf(dwarf.AttrDeleted),
		"AttrDescription":           reflect.ValueOf(dwarf.AttrDescription),
		"AttrDigitCount":            reflect.ValueOf(dwarf.AttrDigitCount),
		"AttrDiscr":                 reflect.ValueOf(dwarf.AttrDiscr),
		"AttrDiscrList":             reflect.ValueOf(dwarf.AttrDiscrList),
		"AttrDiscrValue":            reflect.ValueOf(dwarf.AttrDiscrValue),
		"AttrDwoName":               reflect.ValueOf(dwarf.AttrDwoName),
		"AttrElemental":             reflect.ValueOf(dwarf.AttrElemental),
		"AttrEncoding":              reflect.ValueOf(dwarf.AttrEncoding),
		"AttrEndianity":             reflect.ValueOf(dwarf.AttrEndianity),
		"AttrEntrypc":               reflect.ValueOf(dwarf.AttrEntrypc),
		"AttrEnumClass":             reflect.ValueOf(dwarf.AttrEnumClass),
		"AttrExplicit":              reflect.ValueOf(dwarf.AttrExplicit),
		"AttrExportSymbols":         reflect.ValueOf(dwarf.AttrExportSymbols),
		"AttrExtension":             reflect.ValueOf(dwarf.AttrExtension),
		"AttrExternal":              reflect.ValueOf(dwarf.AttrExternal),
		"AttrFrameBase":             reflect.ValueOf(dwarf.AttrFrameBase),
		"AttrFriend":                reflect.ValueOf(dwarf.AttrFriend),
		"AttrHighpc":                reflect.ValueOf(dwarf.AttrHighpc),
		"AttrIdentifierCase":        reflect.ValueOf(dwarf.AttrIdentifierCase),
		"AttrImport":                reflect.ValueOf(dwarf.AttrImport),
		"AttrInline":                reflect.ValueOf(dwarf.AttrInline),
		"AttrIsOptional":            reflect.ValueOf(dwarf.AttrIsOptional),
		"AttrLanguage":              reflect.ValueOf(dwarf.AttrLanguage),
		"AttrLinkageName":           reflect.ValueOf(dwarf.AttrLinkageName),
		"AttrLocation":              reflect.ValueOf(dwarf.AttrLocation),
		"AttrLoclistsBase":          reflect.ValueOf(dwarf.AttrLoclistsBase),
		"AttrLowerBound":            reflect.ValueOf(dwarf.AttrLowerBound),
		"AttrLowpc":                 reflect.ValueOf(dwarf.AttrLowpc),
		"AttrMacroInfo":             reflect.ValueOf(dwarf.AttrMacroInfo),
		"AttrMacros":                reflect.ValueOf(dwarf.AttrMacros),
		"AttrMainSubprogram":        reflect.ValueOf(dwarf.AttrMainSubprogram),
		"AttrMutable":               reflect.ValueOf(dwarf.AttrMutable),
		"AttrName":                  reflect.ValueOf(dwarf.AttrName),
		"AttrNamelistItem":          reflect.ValueOf(dwarf.AttrNamelistItem),
		"AttrNoreturn":              reflect.ValueOf(dwarf.AttrNoreturn),
		"AttrObjectPointer":         reflect.ValueOf(dwarf.AttrObjectPointer),
		"AttrOrdering":              reflect.ValueOf(dwarf.AttrOrdering),
		"AttrPictureString":         reflect.ValueOf(dwarf.AttrPictureString),
		"AttrPriority":              reflect.ValueOf(dwarf.AttrPriority),
		"AttrProducer":              reflect.ValueOf(dwarf.AttrProducer),
		"AttrPrototyped":            reflect.ValueOf(dwarf.AttrPrototyped),
		"AttrPure":                  reflect.ValueOf(dwarf.AttrPure),
		"AttrRanges":                reflect.ValueOf(dwarf.AttrRanges),
		"AttrRank":                  reflect.ValueOf(dwarf.AttrRank),
		"AttrRecursive":             reflect.ValueOf(dwarf.AttrRecursive),
		"AttrReference":             reflect.ValueOf(dwarf.AttrReference),
		"AttrReturnAddr":            reflect.ValueOf(dwarf.AttrReturnAddr),
		"AttrRnglistsBase":          reflect.ValueOf(dwarf.AttrRnglistsBase),
		"AttrRvalueReference":       reflect.ValueOf(dwarf.AttrRvalueReference),
		"AttrSegment":               reflect.ValueOf(dwarf.AttrSegment),
		"AttrSibling":               reflect.ValueOf(dwarf.AttrSibling),
		"AttrSignature":             reflect.ValueOf(dwarf.AttrSignature),
		"AttrSmall":                 reflect.ValueOf(dwarf.AttrSmall),
		"AttrSpecification":         reflect.ValueOf(dwarf.AttrSpecification),
		"AttrStartScope":            reflect.ValueOf(dwarf.AttrStartScope),
		"AttrStaticLink":            reflect.ValueOf(dwarf.AttrStaticLink),
		"AttrStmtList":              reflect.ValueOf(dwarf.AttrStmtList),
		"AttrStrOffsetsBase":        reflect.ValueOf(dwarf.AttrStrOffsetsBase),
		"AttrStride":                reflect.ValueOf(dwarf.AttrStride),
		"AttrStrideSize":            reflect.ValueOf(dwarf.AttrStrideSize),
		"AttrStringLength":          reflect.ValueOf(dwarf.AttrStringLength),
		"AttrStringLengthBitSize":   reflect.ValueOf(dwarf.AttrStringLengthBitSize),
		"AttrStringLengthByteSize":  reflect.ValueOf(dwarf.AttrStringLengthByteSize),
		"AttrThreadsScaled":         reflect.ValueOf(dwarf.AttrThreadsScaled),
		"AttrTrampoline":            reflect.ValueOf(dwarf.AttrTrampoline),
		"AttrType":                  reflect.ValueOf(dwarf.AttrType),
		"AttrUpperBound":            reflect.ValueOf(dwarf.AttrUpperBound),
		"AttrUseLocation":           reflect.ValueOf(dwarf.AttrUseLocation),
		"AttrUseUTF8":               reflect.ValueOf(dwarf.AttrUseUTF8),
		"AttrVarParam":              reflect.ValueOf(dwarf.AttrVarParam),
		"AttrVirtuality":            reflect.ValueOf(dwarf.AttrVirtuality),
		"AttrVisibility":            reflect.ValueOf(dwarf.AttrVisibility),
		"AttrVtableElemLoc":         reflect.ValueOf(dwarf.AttrVtableElemLoc),
		"ClassAddrPtr":              reflect.ValueOf(dwarf.ClassAddrPtr),
		"ClassAddress":              reflect.ValueOf(dwarf.ClassAddress),
		"ClassBlock":                reflect.ValueOf(dwarf.ClassBlock),
		"ClassConstant":             reflect.ValueOf(dwarf.ClassConstant),
		"ClassExprLoc":              reflect.ValueOf(dwarf.ClassExprLoc),
		"ClassFlag":                 reflect.ValueOf(dwarf.ClassFlag),
		"ClassLinePtr":              reflect.ValueOf(dwarf.ClassLinePtr),
		"ClassLocList":              reflect.ValueOf(dwarf.ClassLocList),
		"ClassLocListPtr":           reflect.ValueOf(dwarf.ClassLocListPtr),
		"ClassMacPtr":               reflect.ValueOf(dwarf.ClassMacPtr),
		"ClassRangeListPtr":         reflect.ValueOf(dwarf.ClassRangeListPtr),
		"ClassReference":            reflect.ValueOf(dwarf.ClassReference),
		"ClassReferenceAlt":         reflect.ValueOf(dwarf.ClassReferenceAlt),
		"ClassReferenceSig":         reflect.ValueOf(dwarf.ClassReferenceSig),
		"ClassRngList":              reflect.ValueOf(dwarf.ClassRngList),
		"ClassRngListsPtr":          reflect.ValueOf(dwarf.ClassRngListsPtr),
		"ClassStrOffsetsPtr":        reflect.ValueOf(dwarf.ClassStrOffsetsPtr),
		"ClassString":               reflect.ValueOf(dwarf.ClassString),
		"ClassStringAlt":            reflect.ValueOf(dwarf.ClassStringAlt),
		"ClassUnknown":              reflect.ValueOf(dwarf.ClassUnknown),
		"ErrUnknownPC":              reflect.ValueOf(&dwarf.ErrUnknownPC).Elem(),
		"New":                       reflect.ValueOf(dwarf.New),
		"TagAccessDeclaration":      reflect.ValueOf(dwarf.TagAccessDeclaration),
		"TagArrayType":              reflect.ValueOf(dwarf.TagArrayType),
		"TagAtomicType":             reflect.ValueOf(dwarf.TagAtomicType),
		"TagBaseType":               reflect.ValueOf(dwarf.TagBaseType),
		"TagCallSite":               reflect.ValueOf(dwarf.TagCallSite),
		"TagCallSiteParameter":      reflect.ValueOf(dwarf.TagCallSiteParameter),
		"TagCatchDwarfBlock":        reflect.ValueOf(dwarf.TagCatchDwarfBlock),
		"TagClassType":              reflect.ValueOf(dwarf.TagClassType),
		"TagCoarrayType":            reflect.ValueOf(dwarf.TagCoarrayType),
		"TagCommonDwarfBlock":       reflect.ValueOf(dwarf.TagCommonDwarfBlock),
		"TagCommonInclusion":        reflect.ValueOf(dwarf.TagCommonInclusion),
		"TagCompileUnit":            reflect.ValueOf(dwarf.TagCompileUnit),
		"TagCondition":              reflect.ValueOf(dwarf.TagCondition),
		"TagConstType":              reflect.ValueOf(dwarf.TagConstType),
		"TagConstant":               reflect.ValueOf(dwarf.TagConstant),
		"TagDwarfProcedure":         reflect.ValueOf(dwarf.TagDwarfProcedure),
		"TagDynamicType":            reflect.ValueOf(dwarf.TagDynamicType),
		"TagEntryPoint":             reflect.ValueOf(dwarf.TagEntryPoint),
		"TagEnumerationType":        reflect.ValueOf(dwarf.TagEnumerationType),
		"TagEnumerator":             reflect.ValueOf(dwarf.TagEnumerator),
		"TagFileType":               reflect.ValueOf(dwarf.TagFileType),
		"TagFormalParameter":        reflect.ValueOf(dwarf.TagFormalParameter),
		"TagFriend":                 reflect.ValueOf(dwarf.TagFriend),
		"TagGenericSubrange":        reflect.ValueOf(dwarf.TagGenericSubrange),
		"TagImmutableType":          reflect.ValueOf(dwarf.TagImmutableType),
		"TagImportedDeclaration":    reflect.ValueOf(dwarf.TagImportedDeclaration),
		"TagImportedModule":         reflect.ValueOf(dwarf.TagImportedModule),
		"TagImportedUnit":           reflect.ValueOf(dwarf.TagImportedUnit),
		"TagInheritance":            reflect.ValueOf(dwarf.TagInheritance),
		"TagInlinedSubroutine":      reflect.ValueOf(dwarf.TagInlinedSubroutine),
		"TagInterfaceType":          reflect.ValueOf(dwarf.TagInterfaceType),
		"TagLabel":                  reflect.ValueOf(dwarf.TagLabel),
		"TagLexDwarfBlock":          reflect.ValueOf(dwarf.TagLexDwarfBlock),
		"TagMember":                 reflect.ValueOf(dwarf.TagMember),
		"TagModule":                 reflect.ValueOf(dwarf.TagModule),
		"TagMutableType":            reflect.ValueOf(dwarf.TagMutableType),
		"TagNamelist":               reflect.ValueOf(dwarf.TagNamelist),
		"TagNamelistItem":           reflect.ValueOf(dwarf.TagNamelistItem),
		"TagNamespace":              reflect.ValueOf(dwarf.TagNamespace),
		"TagPackedType":             reflect.ValueOf(dwarf.TagPackedType),
		"TagPartialUnit":            reflect.ValueOf(dwarf.TagPartialUnit),
		"TagPointerType":            reflect.ValueOf(dwarf.TagPointerType),
		"TagPtrToMemberType":        reflect.ValueOf(dwarf.TagPtrToMemberType),
		"TagReferenceType":          reflect.ValueOf(dwarf.TagReferenceType),
		"TagRestrictType":           reflect.ValueOf(dwarf.TagRestrictType),
		"TagRvalueReferenceType":    reflect.ValueOf(dwarf.TagRvalueReferenceType),
		"TagSetType":                reflect.ValueOf(dwarf.TagSetType),
		"TagSharedType":             reflect.ValueOf(dwarf.TagSharedType),
		"TagSkeletonUnit":           reflect.ValueOf(dwarf.TagSkeletonUnit),
		"TagStringType":             reflect.ValueOf(dwarf.TagStringType),
		"TagStructType":             reflect.ValueOf(dwarf.TagStructType),
		"TagSubprogram":             reflect.ValueOf(dwarf.TagSubprogram),
		"TagSubrangeType":           reflect.ValueOf(dwarf.TagSubrangeType),
		"TagSubroutineType":         reflect.ValueOf(dwarf.TagSubroutineType),
		"TagTemplateAlias":          reflect.ValueOf(dwarf.TagTemplateAlias),
		"TagTemplateTypeParameter":  reflect.ValueOf(dwarf.TagTemplateTypeParameter),
		"TagTemplateValueParameter": reflect.ValueOf(dwarf.TagTemplateValueParameter),
		"TagThrownType":             reflect.ValueOf(dwarf.TagThrownType),
		"TagTryDwarfBlock":          reflect.ValueOf(dwarf.TagTryDwarfBlock),
		"TagTypeUnit":               reflect.ValueOf(dwarf.TagTypeUnit),
		"TagTypedef":                reflect.ValueOf(dwarf.TagTypedef),
		"TagUnionType":              reflect.ValueOf(dwarf.TagUnionType),
		"TagUnspecifiedParameters":  reflect.ValueOf(dwarf.TagUnspecifiedParameters),
		"TagUnspecifiedType":        reflect.ValueOf(dwarf.TagUnspecifiedType),
		"TagVariable":               reflect.ValueOf(dwarf.TagVariable),
		"TagVariant":                reflect.ValueOf(dwarf.TagVariant),
		"TagVariantPart":            reflect.ValueOf(dwarf.TagVariantPart),
		"TagVolatileType":           reflect.ValueOf(dwarf.TagVolatileType),
		"TagWithStmt":               reflect.ValueOf(dwarf.TagWithStmt),

		// type definitions
		"AddrType":        reflect.ValueOf((*dwarf.AddrType)(nil)),
		"ArrayType":       reflect.ValueOf((*dwarf.ArrayType)(nil)),
		"Attr":            reflect.ValueOf((*dwarf.Attr)(nil)),
		"BasicType":       reflect.ValueOf((*dwarf.BasicType)(nil)),
		"BoolType":        reflect.ValueOf((*dwarf.BoolType)(nil)),
		"CharType":        reflect.ValueOf((*dwarf.CharType)(nil)),
		"Class":           reflect.ValueOf((*dwarf.Class)(nil)),
		"CommonType":      reflect.ValueOf((*dwarf.CommonType)(nil)),
		"ComplexType":     reflect.ValueOf((*dwarf.ComplexType)(nil)),
		"Data":            reflect.ValueOf((*dwarf.Data)(nil)),
		"DecodeError":     reflect.ValueOf((*dwarf.DecodeError)(nil)),
		"DotDotDotType":   reflect.ValueOf((*dwarf.DotDotDotType)(nil)),
		"Entry":           reflect.ValueOf((*dwarf.Entry)(nil)),
		"EnumType":        reflect.ValueOf((*dwarf.EnumType)(nil)),
		"EnumValue":       reflect.ValueOf((*dwarf.EnumValue)(nil)),
		"Field":           reflect.ValueOf((*dwarf.Field)(nil)),
		"FloatType":       reflect.ValueOf((*dwarf.FloatType)(nil)),
		"FuncType":        reflect.ValueOf((*dwarf.FuncType)(nil)),
		"IntType":         reflect.ValueOf((*dwarf.IntType)(nil)),
		"LineEntry":       reflect.ValueOf((*dwarf.LineEntry)(nil)),
		"LineFile":        reflect.ValueOf((*dwarf.LineFile)(nil)),
		"LineReader":      reflect.ValueOf((*dwarf.LineReader)(nil)),
		"LineReaderPos":   reflect.ValueOf((*dwarf.LineReaderPos)(nil)),
		"Offset":          reflect.ValueOf((*dwarf.Offset)(nil)),
		"PtrType":         reflect.ValueOf((*dwarf.PtrType)(nil)),
		"QualType":        reflect.ValueOf((*dwarf.QualType)(nil)),
		"Reader":          reflect.ValueOf((*dwarf.Reader)(nil)),
		"StructField":     reflect.ValueOf((*dwarf.StructField)(nil)),
		"StructType":      reflect.ValueOf((*dwarf.StructType)(nil)),
		"Tag":             reflect.ValueOf((*dwarf.Tag)(nil)),
		"Type":            reflect.ValueOf((*dwarf.Type)(nil)),
		"TypedefType":     reflect.ValueOf((*dwarf.TypedefType)(nil)),
		"UcharType":       reflect.ValueOf((*dwarf.UcharType)(nil)),
		"UintType":        reflect.ValueOf((*dwarf.UintType)(nil)),
		"UnspecifiedType": reflect.ValueOf((*dwarf.UnspecifiedType)(nil)),
		"UnsupportedType": reflect.ValueOf((*dwarf.UnsupportedType)(nil)),
		"VoidType":        reflect.ValueOf((*dwarf.VoidType)(nil)),

		// interface wrapper definitions
		"_Type": reflect.ValueOf((*_debug_dwarf_Type)(nil)),
	}
}

// _debug_dwarf_Type is an interface wrapper for Type type
type _debug_dwarf_Type struct {
	IValue  interface{}
	WCommon func() *dwarf.CommonType
	WSize   func() int64
	WString func() string
}

func (W _debug_dwarf_Type) Common() *dwarf.CommonType {
	return W.WCommon()
}
func (W _debug_dwarf_Type) Size() int64 {
	return W.WSize()
}
func (W _debug_dwarf_Type) String() string {
	if W.WString == nil {
		return ""
	}
	return W.WString()
}