Imports #
"unsafe"
"unsafe"
_ "crypto/internal/fips140/check"
"runtime"
_ "unsafe"
"unsafe"
"unsafe"
_ "crypto/internal/fips140/check"
"runtime"
_ "unsafe"
var BSS *int
DATA needs to have both a pointer and an int so that _some_ of it gets initialized at link time, so it is treated as DATA and not BSS. The pointer is deferred to init time.
var DATA = struct{...}{...}
var NOPTRBSS int
var NOPTRDATA int = 1
The linkname here disables asan registration of this global, because asan gets mad about rodata globals. go:linkname RODATA crypto/internal/fips140/check/checktest.RODATA
var RODATA int32
var globl12 [12]byte
var globl8 [8]byte
func PtrStaticData() *uint32
func PtrStaticData() *uint32
func PtrStaticText() unsafe.Pointer
func PtrStaticText() unsafe.Pointer
func TEXT()
func init()
Generated with Arrow