Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/link/internal/loader/loader.go

    //     of the symbol gets the same global index as the first appearance.
    type Loader struct {
    	objs        []*oReader
    	extStart    Sym   // from this index on, the symbols are externally defined
    	builtinSyms []Sym // global index of builtin symbols
    
    	objSyms []objSym // global index mapping to local index
    
    	symsByName    [2]map[string]Sym // map symbol name to index, two maps are for ABI0 and ABIInternal
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
Back to top