Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 6g (0.03 sec)

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

    	setCarrierSize(sym.SPCLNTAB, int64(sect.Length))
    	if ctxt.HeadType == objabi.Haix {
    		xcoffUpdateOuterSize(ctxt, int64(sect.Length), sym.SPCLNTAB)
    	}
    
    	// 6g uses 4-byte relocation offsets, so the entire segment must fit in 32 bits.
    	if state.datsize != int64(uint32(state.datsize)) {
    		Errorf(nil, "read-only data segment too large: %d", state.datsize)
    	}
    
    	siz := 0
    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