Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/link/internal/ld/data.go

    	if s == 0 {
    		panic("bad")
    	}
    	if int(s) < len(state.symGroupType) {
    		state.symGroupType[s] = kind
    	} else {
    		su := state.ctxt.loader.MakeSymbolUpdater(s)
    		su.SetType(kind)
    	}
    }
    
    func (ctxt *Link) dodata(symGroupType []sym.SymKind) {
    
    	// Give zeros sized symbols space if necessary.
    	fixZeroSizedSymbols(ctxt)
    
    	// Collect data symbols by type into data.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
Back to top