Imports #
"unsafe"
"unsafe"
_ "crypto/internal/fips140/check"
"runtime"
_ "unsafe"
"unsafe"
"unsafe"
_ "crypto/internal/fips140/check"
"runtime"
_ "unsafe"
var BSS *intDATA 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 intvar NOPTRDATA int = 1The 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 int32var globl12 [12]bytevar globl8 [8]bytefunc PtrStaticData() *uint32func PtrStaticData() *uint32func PtrStaticText() unsafe.Pointerfunc PtrStaticText() unsafe.Pointerfunc TEXT()func init()Generated with Arrow