Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for NONE (0.19 sec)

  1. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NONE = 3 #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NONE ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NORMAL = 0 #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NORMAL ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg debug/elf, const ET_HIPROC = 65535
    pkg debug/elf, const ET_LOOS = 65024
    pkg debug/elf, const ET_LOPROC = 65280
    pkg debug/elf, const ET_NONE = 0
    pkg debug/elf, const ET_REL = 1
    pkg debug/elf, const EV_CURRENT = 1
    pkg debug/elf, const EV_NONE = 0
    pkg debug/elf, const NT_FPREGSET = 2
    pkg debug/elf, const NT_PRPSINFO = 3
    pkg debug/elf, const NT_PRSTATUS = 1
    pkg debug/elf, const PF_MASKOS = 267386880
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (1)
  3. src/cmd/asm/internal/asm/parse.go

    		if r2 != 0 {
    			p.errorf("cannot use pseudo-register in pair")
    			return
    		}
    		// For SB, SP, and FP, there must be a name here. 0(FP) is not legal.
    		if name != "PC" && a.Name == obj.NAME_NONE {
    			p.errorf("cannot reference %s without a symbol", name)
    		}
    		p.setPseudoRegister(a, name, false, prefix)
    		return
    	}
    	a.Reg = r1
    	if r2 != 0 {
    		// TODO: Consistency in the encoding would be nice here.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 36.9K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/asm.go

    		}
    	case target.Type == obj.TYPE_MEM && target.Name == obj.NAME_NONE:
    		// JMP 4(R0)
    		*targetAddr = *target
    		// On the ppc64, 9a encodes BR (CTR) as BR CTR. We do the same.
    		if p.arch.Family == sys.PPC64 && target.Offset == 0 {
    			targetAddr.Type = obj.TYPE_REG
    		}
    	case target.Type == obj.TYPE_CONST:
    		// JMP $4
    		*targetAddr = a[0]
    	case target.Type == obj.TYPE_NONE:
    		// JMP
    	default:
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 25.3K bytes
    - Viewed (0)
  5. api/go1.19.txt

    pkg debug/elf, const R_LARCH_MARK_LA R_LARCH #46229
    pkg debug/elf, const R_LARCH_MARK_PCREL = 21 #46229
    pkg debug/elf, const R_LARCH_MARK_PCREL R_LARCH #46229
    pkg debug/elf, const R_LARCH_NONE = 0 #46229
    pkg debug/elf, const R_LARCH_NONE R_LARCH #46229
    pkg debug/elf, const R_LARCH_RELATIVE = 3 #46229
    pkg debug/elf, const R_LARCH_RELATIVE R_LARCH #46229
    pkg debug/elf, const R_LARCH_SOP_ADD = 35 #46229
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 17.9K bytes
    - Viewed (1)
Back to top