Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for minpc (0.03 sec)

  1. src/runtime/asm_amd64.s

    	// intended to be called by debuggers.
    	MOVQ	$runtime·debugPinnerV1<ABIInternal>(SB), AX
    	MOVQ	$runtime·debugCallV2<ABIInternal>(SB), AX
    	RET
    
    // mainPC is a function value for runtime.main, to be passed to newproc.
    // The reference to runtime.main is made via ABIInternal, since the
    // actual function (not the ABI0 wrapper) is needed by newproc.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/dwarf.go

    	addAddrPlus := loader.GenAddAddrPlusFunc(internalExec)
    
    	fsu.AddBytes(zeros[:pad])
    
    	var deltaBuf []byte
    	pcsp := obj.NewPCIter(uint32(d.arch.MinLC))
    	for _, s := range d.linkctxt.Textp {
    		fn := loader.Sym(s)
    		fi := d.ldr.FuncInfo(fn)
    		if !fi.Valid() {
    			continue
    		}
    		fpcsp := d.ldr.Pcsp(s)
    
    		// Emit a FDE, Section 6.4.1.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top