Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RODATA (0.05 sec)

  1. lib/fips140/v1.0.0.zip

    checktest import ( _ "crypto/internal/fips140/check" "runtime" _ "unsafe" // go:linkname ) 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 // set to 2 in asm.s // 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...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top