obj

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2018 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Word         = 8          // stack entry size
	StackReserve = Word + 128 // trap/import call return address + red zone
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Map

type Map interface {
	InitObjectMap(numImportFuncs, numOtherFuncs int)
	PutImportFuncAddr(addr int32)
	PutFuncAddr(addr int32)
	PutCallSite(returnAddr int32, stackOffset int32)
	PutInsnAddr(addr int32)
}

Map gathers information about positions of (WebAssembly) functions, function calls and instructions within the text (machine code) section.

Jump to

Keyboard shortcuts

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