Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addGeneratedSym (0.33 sec)

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

    	nfunc int32
    
    	// The number of filenames in runtime.filetab.
    	nfiles uint32
    }
    
    // addGeneratedSym adds a generator symbol to pclntab, returning the new Sym.
    // It is the caller's responsibility to save the symbol in state.
    func (state *pclntab) addGeneratedSym(ctxt *Link, name string, size int64, f generatorFunc) loader.Sym {
    	size = Rnd(size, int64(ctxt.Arch.PtrSize))
    	state.size += size
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
Back to top