package
1.22.2
Repository: https://github.com/go-asm/go.git
Documentation: pkg.go.dev

# Functions

FuncLinksym returns n·f, the function value symbol for n.
No description provided by the author
InitAddr is InitAddrOffset, with offset fixed to 0.
InitAddrOffset writes the static name symbol lsym to n, it does not modify n.
InitConst writes the static literal c to n.
InitSlice writes a static slice symbol {lsym, lencap, lencap} to n+noff, it does not modify n.
No description provided by the author
StringSym returns a symbol containing the string s.
StringSymNoCommon is like StringSym, but produces a symbol that is not content- addressable.
WriteEmbed emits the init data for a //go:embed variable, which is either a string, a []byte, or an embed.FS.
No description provided by the author