Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + const A_AUTO + const A_DELETED_AUTO + const A_PARAM + const ArgsSizeUnknown + const ElfRelocOffset + const FUNCDATA_ArgInfo + const FUNCDATA_ArgLiveInfo + const FUNCDATA_ArgsPointerMaps + const FUNCDATA_InlTree + const FUNCDATA_LocalsPointerMaps + const FUNCDATA_OpenCodedDeferInfo + const FUNCDATA_StackObjects + const FUNCDATA_WrapInfo + const FuncFlag_ASM + const FuncFlag_SPWRITE + const FuncFlag_TOPFRAME + const GlobalDictPrefix + const KindArray + const KindBool + const KindChan + const KindComplex128 + const KindComplex64 + const KindDirectIface + const KindFloat32 + const KindFloat64 + const KindFunc + const KindGCProg + const KindInt + const KindInt16 + const KindInt32 + const KindInt64 + const KindInt8 + const KindInterface + const KindMap + const KindMask + const KindPtr + const KindSlice + const KindString + const KindStruct + const KindUint + const KindUint16 + const KindUint32 + const KindUint64 + const KindUint8 + const KindUintptr + const KindUnsafePointer + const MachoRelocOffset + const PCDATA_ArgLiveIndex + const PCDATA_InlTreeIndex + const PCDATA_Restart1 + const PCDATA_Restart2 + const PCDATA_RestartAtEntry + const PCDATA_StackMapIndex + const PCDATA_UnsafePoint + const PCDATA_UnsafePointSafe + const PCDATA_UnsafePointUnsafe + const STACKSYSTEM + const StackBig + const StackSmall + const StackSystem + var StackGuard = 928*stackGuardMultiplier() + StackSystem + var StackLimit = StackGuard - StackSystem - StackSmall + func AbsFile(dir, file, rewrites string) string + func AddVersionFlag() + func ApplyRewrites(file, rewrites string) (string, bool) + func DecodeArg(arg string) string + func Flagcount(name, usage string, val *int) + func Flagfn1(name, usage string, f func(string)) + func Flagparse(usage func()) + func Flagprint(w io.Writer) + func HeaderString() string + func IsRuntimePackagePath(pkgpath string) bool + func PathToPrefix(s string) string + func WorkingDir() string + type DebugFlag struct + func NewDebugFlag(debug interface{}, debugSSA DebugSSA) *DebugFlag + func (f *DebugFlag) Set(debugstr string) error + func (f *DebugFlag) String() string + type DebugSSA func(phase, flag string, val int, valString string) string + type FuncFlag uint8 + type FuncID uint8 + const FuncID_abort + const FuncID_asmcgocall + const FuncID_asyncPreempt + const FuncID_cgocallback + const FuncID_debugCallV2 + const FuncID_gcBgMarkWorker + const FuncID_goexit + const FuncID_gogo + const FuncID_gopanic + const FuncID_handleAsyncEvent + const FuncID_mcall + const FuncID_morestack + const FuncID_mstart + const FuncID_normal + const FuncID_panicwrap + const FuncID_rt0_go + const FuncID_runfinq + const FuncID_runtime_main + const FuncID_sigpanic + const FuncID_systemstack + const FuncID_systemstack_switch + const FuncID_wrapper + func GetFuncID(name string, isWrapper bool) FuncID + type HeadType uint8 + const Haix + const Hdarwin + const Hdragonfly + const Hfreebsd + const Hjs + const Hlinux + const Hnetbsd + const Hopenbsd + const Hplan9 + const Hsolaris + const Hunknown + const Hwindows + func (h *HeadType) Set(s string) error + func (h *HeadType) String() string + type RelocType int16 + const R_ADDR + const R_ADDRARM64 + const R_ADDRCUOFF + const R_ADDRMIPS + const R_ADDRMIPSTLS + const R_ADDRMIPSU + const R_ADDROFF + const R_ADDRPOWER + const R_ADDRPOWER_DS + const R_ADDRPOWER_GOT + const R_ADDRPOWER_PCREL + const R_ADDRPOWER_TOCREL + const R_ADDRPOWER_TOCREL_DS + const R_ARM64_GOT + const R_ARM64_GOTPCREL + const R_ARM64_LDST128 + const R_ARM64_LDST16 + const R_ARM64_LDST32 + const R_ARM64_LDST64 + const R_ARM64_LDST8 + const R_ARM64_PCREL + const R_ARM64_TLS_IE + const R_ARM64_TLS_LE + const R_CALL + const R_CALLARM + const R_CALLARM64 + const R_CALLIND + const R_CALLMIPS + const R_CALLPOWER + const R_CONST + const R_DWARFFILEREF + const R_DWARFSECREF + const R_GOTOFF + const R_GOTPCREL + const R_JMPMIPS + const R_KEEP + const R_METHODOFF + const R_PCREL + const R_PCRELDBL + const R_PLT0 + const R_PLT1 + const R_PLT2 + const R_POWER_TLS + const R_POWER_TLS_IE + const R_POWER_TLS_LE + const R_POWER_TOC + const R_RISCV_CALL + const R_RISCV_CALL_TRAMP + const R_RISCV_PCREL_ITYPE + const R_RISCV_PCREL_STYPE + const R_RISCV_TLS_IE_ITYPE + const R_RISCV_TLS_IE_STYPE + const R_SIZE + const R_TLS_IE + const R_TLS_LE + const R_USEFIELD + const R_USEGENERICIFACEMETHOD + const R_USEIFACE + const R_USEIFACEMETHOD + const R_USETYPE + const R_WASMIMPORT + const R_WEAK + const R_WEAKADDR + const R_WEAKADDROFF + const R_XCOFFREF + func (i RelocType) String() string + func (r RelocType) IsDirectCall() bool + func (r RelocType) IsDirectCallOrJump() bool + func (r RelocType) IsDirectJump() bool + type SymKind uint8 + const SBSS + const SDATA + const SDWARFABSFCN + const SDWARFCONST + const SDWARFCUINFO + const SDWARFFCN + const SDWARFLINES + const SDWARFLOC + const SDWARFRANGE + const SDWARFTYPE + const SDWARFVAR + const SLIBFUZZER_EXTRA_COUNTER + const SNOPTRBSS + const SNOPTRDATA + const SRODATA + const STEXT + const STLSBSS + const Sxxx + func (i SymKind) String() string