Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updatePreviousFile (0.33 sec)

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

    }
    
    // Update values for the previous package.
    //   - Svalue of the C_FILE symbol: if it is the last one, this Svalue must be -1
    //   - Xsclen of the csect symbol.
    func (f *xcoffFile) updatePreviousFile(ctxt *Link, last bool) {
    	// first file
    	if currSymSrcFile.file == nil {
    		return
    	}
    
    	// Update C_FILE
    	cfile := currSymSrcFile.file
    	if last {
    		cfile.Nvalue = 0xFFFFFFFFFFFFFFFF
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
Back to top