Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Entryvalue (0.19 sec)

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

    	if !*FlagS {
    		*FlagS = true
    		symo := int64(Segdata.Fileoff + Segdata.Filelen)
    		ctxt.Out.SeekSet(symo)
    		asmbPlan9Sym(ctxt)
    	}
    	ctxt.Out.SeekSet(0)
    	writePlan9Header(ctxt.Out, thearch.Plan9Magic, Entryvalue(ctxt), thearch.Plan9_64Bit)
    }
    
    // sizeExtRelocs precomputes the size needed for the reloc records,
    // sets the size and offset for relocation records in each section,
    // and mmap the output buffer with the proper size.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 02 09:22:56 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top