Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Symbol (0.16 sec)

  1. doc/go1.22.html

      The <code>-s</code> flag suppresses symbol table generation.
      The <code>-s</code> flag also implies the <code>-w</code> flag, which can be
      negated with <code>-w=0</code>.
      That is, <code>-s</code> <code>-w=0</code> will generate a binary with DWARF
      debug information generation but without the symbol table.
    </p>
    
    <p><!-- CL 511475 -->
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  2. doc/asm.html

    The general form of the <code>DATA</code> directive is
    
    <pre>
    DATA	symbol+offset(SB)/width, value
    </pre>
    
    <p>
    which initializes the symbol memory at the given offset and width with the given value.
    The <code>DATA</code> directives for a given symbol must be written with increasing offsets.
    </p>
    
    <p>
    The <code>GLOBL</code> directive declares a symbol to be global.
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
Back to top