Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for linknameVarRefs (0.1 sec)

  1. src/cmd/link/internal/loader/loader.go

    			// This use of linkname is usually for referencing C symbols, so allow symbols
    			// with no "." in its name (not a regular Go symbol).
    			// Linkname is always a non-package reference.
    			st.linknameVarRefs = append(st.linknameVarRefs, linknameVarRef{r.unit.Lib.Pkg, name, gi})
    		}
    		if osym.Local() {
    			l.SetAttrLocal(gi, true)
    		}
    		if osym.UsedInIface() {
    			l.SetAttrUsedInIface(gi, true)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
Back to top