Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NNonpkgdef (0.13 sec)

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

    	case hashedDef:
    		start = uint32(r.ndef + r.nhashed64def)
    		end = uint32(r.ndef + r.nhashed64def + r.nhasheddef)
    	case nonPkgDef:
    		start = uint32(r.ndef + r.nhashed64def + r.nhasheddef)
    		end = uint32(r.ndef + r.nhashed64def + r.nhasheddef + r.NNonpkgdef())
    	default:
    		panic("preloadSyms: bad kind")
    	}
    	l.growAttrBitmaps(len(l.objSyms) + int(end-start))
    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