Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateExtSym (0.12 sec)

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

    	l.payloads[l.extIndex(dst)] = l.payloads[l.extIndex(src)]
    	l.SetSymPkg(dst, l.SymPkg(src))
    	// TODO: other attributes?
    }
    
    // CreateExtSym creates a new external symbol with the specified name
    // without adding it to any lookup tables, returning a Sym index for it.
    func (l *Loader) CreateExtSym(name string, ver int) Sym {
    	return l.newExtSym(name, ver)
    }
    
    // CreateStaticSym creates a new static symbol with the specified name
    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