package checktest

Import Path
	crypto/internal/fips140/check/checktest (on go.dev)

Dependency Relation
	imports 3 packages, and imported by 0 packages

Involved Source Files asm_stub.go Package checktest defines some code and data for use in the crypto/internal/fips140/check test. asm.s asm_amd64.s
Package-Level Functions (total 3)
func TEXT()
Package-Level Variables (total 5)
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.
The linkname here disables asan registration of this global, because asan gets mad about rodata globals.