Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeSymbolFunc (0.11 sec)

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

    }
    
    // Write symbol representing a .text function.
    // The symbol table is split with C_FILE corresponding to each package
    // and not to each source file as it should be.
    func (f *xcoffFile) writeSymbolFunc(ctxt *Link, x loader.Sym) []xcoffSym {
    	// New XCOFF symbols which will be written.
    	syms := []xcoffSym{}
    
    	// Check if a new file is detected.
    	ldr := ctxt.loader
    	name := ldr.SymName(x)
    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