Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fixZeroSizedSymbols (2.83 sec)

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

    	// for overflow.
    	if sect.Length > cutoff {
    		Errorf(nil, "too much data in section %s (%d, over %v bytes)", sect.Name, sect.Length, cutoff)
    	}
    }
    
    // fixZeroSizedSymbols gives a few special symbols with zero size some space.
    func fixZeroSizedSymbols(ctxt *Link) {
    	// The values in moduledata are filled out by relocations
    	// pointing to the addresses of these special symbols.
    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