Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xcoffUpdateOuterSize (0.15 sec)

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

    	currDwscnoff   = make(map[string]uint64) // Needed to create C_DWARF symbols
    	currSymSrcFile xcoffSymSrcFile
    	outerSymSize   = make(map[string]int64)
    )
    
    // xcoffUpdateOuterSize stores the size of outer symbols in order to have it
    // in the symbol table.
    func xcoffUpdateOuterSize(ctxt *Link, size int64, stype sym.SymKind) {
    	if size == 0 {
    		return
    	}
    	// TODO: use CarrierSymByType
    
    	ldr := ctxt.loader
    	switch stype {
    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