- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for DWARF (0.09 sec)
-
src/cmd/cgo/gcc.go
} // t.Align is the alignment of the Go type. t.Align = 1 } case *dwarf.VoidType: t.Go = c.goVoid t.C.Set("void") t.Align = 1 } switch dtype.(type) { case *dwarf.AddrType, *dwarf.BoolType, *dwarf.CharType, *dwarf.ComplexType, *dwarf.IntType, *dwarf.FloatType, *dwarf.UcharType, *dwarf.UintType: s := dtype.Common().Name if s != "" { if ss, ok := dwarfToName[s]; ok {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:07:34 UTC 2024 - 97.1K bytes - Viewed (0) -
api/go1.14.txt
pkg debug/dwarf, const AttrDefaulted = 139 pkg debug/dwarf, const AttrDefaulted Attr pkg debug/dwarf, const AttrDeleted = 138 pkg debug/dwarf, const AttrDeleted Attr pkg debug/dwarf, const AttrDigitCount = 95 pkg debug/dwarf, const AttrDigitCount Attr pkg debug/dwarf, const AttrDwoName = 118 pkg debug/dwarf, const AttrDwoName Attr pkg debug/dwarf, const AttrElemental = 102 pkg debug/dwarf, const AttrElemental Attr
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.18.txt
pkg debug/buildinfo, func Read(io.ReaderAt) (*debug.BuildInfo, error) pkg debug/buildinfo, func ReadFile(string) (*debug.BuildInfo, error) pkg debug/buildinfo, type BuildInfo = debug.BuildInfo pkg debug/dwarf, type BasicType struct, DataBitOffset int64 pkg debug/dwarf, type StructField struct, DataBitOffset int64 pkg debug/elf, const R_PPC64_RELATIVE = 22 pkg debug/elf, const R_PPC64_RELATIVE R_PPC64 pkg debug/plan9obj, var ErrNoSymbols error
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 13K bytes - Viewed (0) -
api/go1.1.txt
pkg debug/dwarf, const AttrDeclColumn = 57 pkg debug/dwarf, const AttrDeclFile = 58 pkg debug/dwarf, const AttrDeclLine = 59 pkg debug/dwarf, const AttrDeclaration = 60 pkg debug/dwarf, const AttrDefaultValue = 30 pkg debug/dwarf, const AttrDescription = 90 pkg debug/dwarf, const AttrDiscr = 21 pkg debug/dwarf, const AttrDiscrList = 61 pkg debug/dwarf, const AttrDiscrValue = 22
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
src/cmd/cgo/doc.go
const char __cgodebug_str__10[] = s10; const unsigned long long __cgodebug_strlen__10 = sizeof(s10)-1; and again invokes the system C compiler, to produce an object file containing debug information. Cgo parses the DWARF debug information for __cgo__N to learn the type of each identifier. (The types also distinguish functions from global variables.) Cgo reads the constant values from the __cgodebug_* from the object file's data segment.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Oct 01 22:52:54 UTC 2024 - 44K bytes - Viewed (0)