Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RODATA (0.17 sec)

  1. doc/asm.html

    <p>
    For example,
    </p>
    
    <pre>
    DATA divtab&lt;&gt;+0x00(SB)/4, $0xf4f8fcff
    DATA divtab&lt;&gt;+0x04(SB)/4, $0xe6eaedf0
    ...
    DATA divtab&lt;&gt;+0x3c(SB)/4, $0x81828384
    GLOBL divtab&lt;&gt;(SB), RODATA, $64
    
    GLOBL runtime·tlsoffset(SB), NOPTR, $4
    </pre>
    
    <p>
    declares and initializes <code>divtab&lt;&gt;</code>, a read-only 64-byte table of 4-byte integer values,
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (0)
  2. 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