Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeSymbolNewFile (0.31 sec)

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

    //
    // Currently, a new file is in fact a new package. It seems to be OK, but it might change
    // in the future.
    func (f *xcoffFile) writeSymbolNewFile(ctxt *Link, name string, firstEntry uint64, extnum int16) {
    	ldr := ctxt.loader
    	/* C_FILE */
    	s := &XcoffSymEnt64{
    		Noffset: uint32(f.stringTable.add(".file")),
    		Nsclass: C_FILE,
    		Nscnum:  N_DEBUG,
    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