Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FoldSubSymbolOffset (0.24 sec)

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

    	// ok for them to have non-zero size (to allow for use of generator
    	// symbols).
    	if len(l.Data(c)) != 0 {
    		panic("unexpected non-empty carrier symbol")
    	}
    	l.outer[s] = c
    	// relocsym's foldSubSymbolOffset requires that we only
    	// have a single level of containment-- enforce here.
    	if l.outer[c] != 0 {
    		panic("invalid nested carrier sym")
    	}
    }
    
    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