Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for currDwscnoff (0.25 sec)

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

    	csectAux     *XcoffAuxCSect64 // Symbol for the current .csect
    	csectSymNb   uint64           // Symbol number for the current .csect
    	csectVAStart int64
    	csectVAEnd   int64
    }
    
    var (
    	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
    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