Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeSymbol (0.98 sec)

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

    			ctxt.Out.Write16(IMAGE_REL_ARM_ADDR32)
    		case "arm64":
    			ctxt.Out.Write16(IMAGE_REL_ARM64_ADDR64)
    		}
    		return 1
    	})
    }
    
    // writeSymbol appends symbol s to file f symbol table.
    // It also sets s.Dynid to written symbol number.
    func (f *peFile) writeSymbol(out *OutBuf, ldr *loader.Loader, s loader.Sym, name string, value int64, sectidx int, typ uint16, class uint8) {
    	if len(name) > 8 {
    		out.Write32(0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:01:27 UTC 2023
    - 48.8K bytes
    - Viewed (0)
Back to top