Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Loaderblk (0.11 sec)

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

    // Loader section
    // Currently, this section is created from scratch when assembling the XCOFF file
    // according to information retrieved in xfile object.
    
    // Create loader section and returns its size.
    func Loaderblk(ctxt *Link, off uint64) {
    	xfile.writeLdrScn(ctxt, off)
    }
    
    func (f *xcoffFile) writeLdrScn(ctxt *Link, globalOff uint64) {
    	var symtab []*XcoffLdSym64
    	var strtab []*XcoffLdStr64
    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