Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BR (1.56 sec)

  1. doc/asm.html

    </p>
    
    <ul>
    <li>
    <code>NOPROF</code> = 1
    <br>
    (For <code>TEXT</code> items.)
    Don't profile the marked function.  This flag is deprecated.
    </li>
    <li>
    <code>DUPOK</code> = 2
    <br>
    It is legal to have multiple instances of this symbol in a single binary.
    The linker will choose one of the duplicates to use.
    </li>
    <li>
    <code>NOSPLIT</code> = 4
    <br>
    (For <code>TEXT</code> items.)
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  2. doc/go_spec.html

    	a generic function:
    	<br>
    	Each pair <code>(a<sub>i</sub>, p<sub>i</sub>)</code> of corresponding
    	function arguments and parameters where <code>a<sub>i</sub></code> is not an
    	<a href="#Constants">untyped constant</a> yields an equation
    	<code>typeof(p<sub>i</sub>) ≡<sub>A</sub> typeof(a<sub>i</sub>)</code>.
    	<br>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top