symkind

package
v0.0.0-...-90ff3cf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// An otherwise invalid zero value for the type
	Sxxx = int(objabi.Sxxx)
	// Executable instructions
	STEXT = int(objabi.STEXT)
	// Read only static data
	SRODATA = int(objabi.SRODATA)
	// Static data that does not contain any pointers
	SNOPTRDATA = int(objabi.SNOPTRDATA)
	// Static data
	SDATA = int(objabi.SDATA)
	// Statically data that is initially all 0s
	SBSS = int(objabi.SBSS)
	// Statically data that is initially all 0s and does not contain pointers
	SNOPTRBSS = int(objabi.SNOPTRBSS)
	// Thread-local data that is initally all 0s
	STLSBSS = int(objabi.STLSBSS)
)

copy from $GOROOT/src/cmd/internal/objabi/symkind.go

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL