Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetCarrierSym (0.11 sec)

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

    // "go:string.*" (which appears in the final symbol table for the
    // output load module).
    func (l *Loader) SetCarrierSym(s Sym, c Sym) {
    	if c == 0 {
    		panic("invalid carrier in SetCarrierSym")
    	}
    	if s == 0 {
    		panic("invalid sub-symbol in SetCarrierSym")
    	}
    	// Carrier symbols are not expected to have content/data. It is
    	// ok for them to have non-zero size (to allow for use of generator
    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