symkind

package
v0.0.23 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2025 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)
	STEXTFIPS = int(objabi.STEXTFIPS)
	// Read only static data
	SRODATA     = int(objabi.SRODATA)
	SRODATAFIPS = int(objabi.SRODATAFIPS)
	// Static data that does not contain any pointers
	SNOPTRDATA     = int(objabi.SNOPTRDATA)
	SNOPTRDATAFIPS = int(objabi.SNOPTRDATAFIPS)
	// Static data
	SDATA     = int(objabi.SDATA)
	SDATAFIPS = int(objabi.SDATAFIPS)
	// 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

func IsBss added in v0.0.23

func IsBss(kind int) bool

func IsData added in v0.0.23

func IsData(kind int) bool

func IsText added in v0.0.21

func IsText(kind int) bool

func SymKindString

func SymKindString(symKind int) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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