Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xcoffUpdateOuterSize (0.22 sec)

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

    		if ctxt.HeadType == objabi.Haix {
    			// Read-only symbols might be wrapped inside their outer
    			// symbol.
    			// XCOFF symbol table needs to know the size of
    			// these outer symbols.
    			xcoffUpdateOuterSize(ctxt, state.datsize-symnStartValue, symn)
    		}
    	}
    
    	/* read-only ELF, Mach-O sections */
    	state.allocateSingleSymSections(segro, sym.SELFROSECT, sym.SRODATA, 04)
    
    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