Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asmbPlan9 (0.07 sec)

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

    	buf.Write32b(uint32(spSize))
    	buf.Write32b(uint32(lcSize))
    	// amd64 includes the entry at the beginning of the symbol table.
    	if is64Bit {
    		buf.Write64b(uint64(entry))
    	}
    }
    
    // asmbPlan9 assembles a plan 9 binary.
    func asmbPlan9(ctxt *Link) {
    	if !*FlagS {
    		*FlagS = true
    		symo := int64(Segdata.Fileoff + Segdata.Filelen)
    		ctxt.Out.SeekSet(symo)
    		asmbPlan9Sym(ctxt)
    	}
    	ctxt.Out.SeekSet(0)
    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