Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 135 for symaddr (0.17 sec)

  1. src/cmd/internal/obj/s390x/a.out.go

    	C_TLS_IE   // TLS - initial exec model (for shared libraries loaded at program startup)
    	C_GOK      // general address
    	C_ADDR     // relocation for extern or static symbols (loads and stores)
    	C_SYMADDR  // relocation for extern or static symbols (address taking)
    	C_GOTADDR  // GOT slot for a symbol in -dynlink mode
    	C_TEXTSIZE // text size
    	C_ANY
    	C_NCLASS // must be the last
    )
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/writebarrier.go

    	if !inRegs {
    		// Store arguments to the appropriate stack slot.
    		off := config.ctxt.Arch.FixedFrameSize
    		for _, arg := range args {
    			stkaddr := b.NewValue1I(pos, OpOffPtr, typ.PtrTo(), off, sp)
    			mem = b.NewValue3A(pos, OpStore, types.TypeMem, typ, stkaddr, arg, mem)
    			off += typ.Size()
    		}
    		args = args[:0]
    	}
    
    	args = append(args, mem)
    
    	// issue call
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:09:14 UTC 2023
    - 23.5K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm64/doc.go

    Examples:
    
    	MOVD R29, 384(R19)    <=>    str x29, [x19,#384]
    	MOVB.P R30, 30(R4)    <=>    strb w30, [x4],#30
    	STLRH R21, (R19)      <=>    stlrh w21, [x19]
    
    (2) MADD, MADDW, MSUB, MSUBW, SMADDL, SMSUBL, UMADDL, UMSUBL <Rm>, <Ra>, <Rn>, <Rd>
    
    Examples:
    
    	MADD R2, R30, R22, R6       <=>    madd x6, x22, x2, x30
    	SMSUBL R10, R3, R17, R27    <=>    smsubl x27, w17, w10, x3
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:21:42 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  4. src/cmd/link/internal/loader/symbolbuilder.go

    		sb.Grow(sb.size)
    	}
    	r, _ := sb.AddRel(objabi.R_ADDR)
    	r.SetSym(tgt)
    	r.SetOff(int32(off))
    	r.SetSiz(uint8(arch.PtrSize))
    	r.SetAdd(add)
    	return off + int64(r.Siz())
    }
    
    func (sb *SymbolBuilder) SetAddr(arch *sys.Arch, off int64, tgt Sym) int64 {
    	return sb.SetAddrPlus(arch, off, tgt, 0)
    }
    
    func (sb *SymbolBuilder) AddStringAt(off int64, str string) int64 {
    	strLen := int64(len(str))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 15:25:19 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/arm/asm5.go

    	refPC := int32(c.pool.start) // PC of the first pool reference
    
    	v := poolLast - refPC - 8 // 12-bit PC-relative offset (see omvl)
    
    	if c.pool.size >= 0xff0 || immaddr(v) == 0 {
    		return c.flushpool(p, 1, 0)
    	} else if p.Link == nil {
    		return c.flushpool(p, 2, 0)
    	}
    	return false
    }
    
    func (c *ctxt5) flushpool(p *obj.Prog, skip int, force int) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  6. cluster/gce/gci/configure-helper.sh

      fi
    }
    
    # Creates a symlink for a ($1) so that it may be used as block storage
    function safe-block-symlink(){
      local device="${1}"
      local symdir="${2}"
    
      mkdir -p "${symdir}"
    
      get-or-generate-uuid "${device}"
      local myuuid="${retuuid}"
    
      local sym="${symdir}/local-ssd-${myuuid}"
      # Do not "mkdir -p ${sym}" as that will cause unintended symlink behavior
      ln -s "${device}" "${sym}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (1)
  7. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	SHA256SU1: "SHA256SU1",
    	SHADD:     "SHADD",
    	SHL:       "SHL",
    	SHLL:      "SHLL",
    	SHLL2:     "SHLL2",
    	SHRN:      "SHRN",
    	SHRN2:     "SHRN2",
    	SHSUB:     "SHSUB",
    	SLI:       "SLI",
    	SMADDL:    "SMADDL",
    	SMAX:      "SMAX",
    	SMAXP:     "SMAXP",
    	SMAXV:     "SMAXV",
    	SMC:       "SMC",
    	SMIN:      "SMIN",
    	SMINP:     "SMINP",
    	SMINV:     "SMINV",
    	SMLAL:     "SMLAL",
    	SMLAL2:    "SMLAL2",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/symtab.go

    		name := "runtime.text"
    		if n != 0 {
    			name = fmt.Sprintf("runtime.text.%d", n)
    		}
    		s := ldr.Lookup(name, 0)
    		if s == 0 {
    			ctxt.Errorf(s, "Unable to find symbol %s\n", name)
    		}
    		off = t.SetAddr(ctxt.Arch, off, s) // field baseaddr
    		n++
    	}
    	return t.Sym(), uint32(n)
    }
    
    func (ctxt *Link) symtab(pcln *pclntab) []sym.SymKind {
    	ldr := ctxt.loader
    
    	if !ctxt.IsAIX() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 16:29:40 UTC 2023
    - 29.2K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/pcln.go

    		}
    	}
    
    	state.pcheader = state.addGeneratedSym(ctxt, "runtime.pcheader", size, writeHeader)
    	// Create the runtimeText relocation.
    	sb := ldr.MakeSymbolUpdater(state.pcheader)
    	sb.SetAddr(ctxt.Arch, textStartOff, ldr.Lookup("runtime.text", 0))
    }
    
    // walkFuncs iterates over the funcs, calling a function for each unique
    // function and inlined function.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  10. cmd/notification.go

    	addr := peerClient.host.String()
    	reqInfo := (&logger.ReqInfo{}).AppendTags("remotePeer", addr)
    	ctx := logger.SetReqInfo(GlobalContext, reqInfo)
    	peersLogOnceIf(ctx, err, "add-node-err-"+addr)
    	nodeInfo.SetAddr(addr)
    	nodeInfo.SetError(err.Error())
    }
    
    // GetSysErrors - Memory information
    func (sys *NotificationSys) GetSysErrors(ctx context.Context) []madmin.SysErrors {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 44.9K bytes
    - Viewed (0)
Back to top