Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SymPkg (0.06 sec)

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

    	return r.unit
    }
    
    // SymPkg returns the package where the symbol came from (for
    // regular compiler-generated Go symbols), but in the case of
    // building with "-linkshared" (when a symbol is read from a
    // shared library), will hold the library name.
    // NOTE: this corresponds to sym.Symbol.File field.
    func (l *Loader) SymPkg(i Sym) string {
    	if f, ok := l.symPkg[i]; ok {
    		return f
    	}
    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