Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for Gump (0.2 sec)

  1. doc/asm.html

    that follow form the body of the function.
    The last instruction in a <code>TEXT</code> block must be some sort of jump, usually a <code>RET</code> (pseudo-)instruction.
    (If it's not, the linker will append a jump-to-itself instruction; there is no fallthrough in <code>TEXTs</code>.)
    After the symbol, the arguments are flags (see below)
    and the frame size, a constant (but see below):
    </p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/arch/arch.go

    	RegisterPrefix map[string]bool
    	// RegisterNumber converts R(10) into arm.REG_R10.
    	RegisterNumber func(string, int16) (int16, bool)
    	// Instruction is a jump.
    	IsJump func(word string) bool
    }
    
    // nilRegisterNumber is the register number function for architectures
    // that do not accept the R(N) notation. It always returns failure.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Mar 21 06:51:28 GMT 2023
    - 21.3K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const NAME_MAX = 255 #53466
    pkg syscall (freebsd-riscv64), const NAME_MAX ideal-int #53466
    pkg syscall (freebsd-riscv64), const NET_RT_DUMP = 1 #53466
    pkg syscall (freebsd-riscv64), const NET_RT_DUMP ideal-int #53466
    pkg syscall (freebsd-riscv64), const NET_RT_FLAGS = 2 #53466
    pkg syscall (freebsd-riscv64), const NET_RT_FLAGS ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  4. src/archive/zip/reader_test.go

    //		if err := w.Close(); err != nil {
    //			log.Fatal(err)
    //		}
    //		return buf.Bytes()
    //	}
    //
    // The 4 GB of zeros compresses to 4 MB, which compresses to 20 kB,
    // which compresses to 1252 bytes (in the hex dump below).
    //
    // It's here in hex for the same reason as rZipBytes above: to avoid
    // problems with on-disk virus scanners or other zip processors.
    func biggestZipBytes() []byte {
    	s := `
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const NAME_MAX = 511
    pkg syscall (netbsd-arm64-cgo), const NAME_MAX ideal-int
    pkg syscall (netbsd-arm64-cgo), const NET_RT_DUMP = 1
    pkg syscall (netbsd-arm64-cgo), const NET_RT_DUMP ideal-int
    pkg syscall (netbsd-arm64-cgo), const NET_RT_FLAGS = 2
    pkg syscall (netbsd-arm64-cgo), const NET_RT_FLAGS ideal-int
    pkg syscall (netbsd-arm64-cgo), const NET_RT_IFLIST = 5
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  6. doc/go1.17_spec.html

    For instance, this example:
    </p>
    
    <pre>
    	goto L  // BAD
    	v := 3
    L:
    </pre>
    
    <p>
    is erroneous because the jump to label <code>L</code> skips
    the creation of <code>v</code>.
    </p>
    
    <p>
    A "goto" statement outside a <a href="#Blocks">block</a> cannot jump to a label inside that block.
    For instance, this example:
    </p>
    
    <pre>
    if n%2 == 1 {
    	goto L1
    }
    for n &gt; 0 {
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const MS_SYNC ideal-int
    pkg syscall (darwin-arm64), const NAME_MAX = 255
    pkg syscall (darwin-arm64), const NAME_MAX ideal-int
    pkg syscall (darwin-arm64), const NET_RT_DUMP = 1
    pkg syscall (darwin-arm64), const NET_RT_DUMP ideal-int
    pkg syscall (darwin-arm64), const NET_RT_DUMP2 = 7
    pkg syscall (darwin-arm64), const NET_RT_DUMP2 ideal-int
    pkg syscall (darwin-arm64), const NET_RT_FLAGS = 2
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg debug/elf, const R_ARM_GNU_VTINHERIT R_ARM
    pkg debug/elf, const R_ARM_GOT32 R_ARM
    pkg debug/elf, const R_ARM_GOTOFF R_ARM
    pkg debug/elf, const R_ARM_GOTPC R_ARM
    pkg debug/elf, const R_ARM_JUMP_SLOT R_ARM
    pkg debug/elf, const R_ARM_NONE R_ARM
    pkg debug/elf, const R_ARM_PC13 R_ARM
    pkg debug/elf, const R_ARM_PC24 R_ARM
    pkg debug/elf, const R_ARM_PLT32 R_ARM
    pkg debug/elf, const R_ARM_RABS32 R_ARM
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const MSG_WAITALL ideal-int
    pkg syscall (freebsd-arm64), const NAME_MAX = 255
    pkg syscall (freebsd-arm64), const NAME_MAX ideal-int
    pkg syscall (freebsd-arm64), const NET_RT_DUMP = 1
    pkg syscall (freebsd-arm64), const NET_RT_DUMP ideal-int
    pkg syscall (freebsd-arm64), const NET_RT_FLAGS = 2
    pkg syscall (freebsd-arm64), const NET_RT_FLAGS ideal-int
    pkg syscall (freebsd-arm64), const NET_RT_IFLIST = 3
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/flags/flags.go

    package flags
    
    import (
    	"cmd/internal/obj"
    	"cmd/internal/objabi"
    	"flag"
    	"fmt"
    	"os"
    	"path/filepath"
    	"strings"
    )
    
    var (
    	Debug      = flag.Bool("debug", false, "dump instructions as they are parsed")
    	OutputFile = flag.String("o", "", "output file; default foo.o for /a/b/c/foo.s as first argument")
    	TrimPath   = flag.String("trimpath", "", "remove prefix from recorded source file paths")
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 22 19:18:23 GMT 2023
    - 2.8K bytes
    - Viewed (0)
Back to top