Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for attach (0.24 sec)

  1. src/cmd/cgo/ast.go

    func sourceLine(n ast.Node) int {
    	return fset.Position(n.Pos()).Line
    }
    
    // ParseGo populates f with information learned from the Go source code
    // which was read from the named file. It gathers the C preamble
    // attached to the import "C" comment, a list of references to C.xxx,
    // a list of exported functions, and the actual AST, to be rewritten and
    // printed.
    func (f *File) ParseGo(abspath string, src []byte) {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Jun 07 16:54:27 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_CTL = 325
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_CTL ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_DETACH = 319
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_DETACH ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_EXIT = 310
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_EXIT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_GETNAME = 324
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const PT_ATTACH = 10
    pkg syscall (darwin-arm64), const PT_ATTACH ideal-int
    pkg syscall (darwin-arm64), const PT_ATTACHEXC = 14
    pkg syscall (darwin-arm64), const PT_ATTACHEXC ideal-int
    pkg syscall (darwin-arm64), const PT_CONTINUE = 7
    pkg syscall (darwin-arm64), const PT_CONTINUE ideal-int
    pkg syscall (darwin-arm64), const PT_DENY_ATTACH = 31
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (darwin-386), const PTRACE_TRACEME ideal-int
    pkg syscall (darwin-386), const PT_ATTACH ideal-int
    pkg syscall (darwin-386), const PT_ATTACHEXC ideal-int
    pkg syscall (darwin-386), const PT_CONTINUE ideal-int
    pkg syscall (darwin-386), const PT_DENY_ATTACH ideal-int
    pkg syscall (darwin-386), const PT_DETACH ideal-int
    pkg syscall (darwin-386), const PT_FIRSTMACH ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  5. src/cmd/asm/internal/asm/parse.go

    	pc            int64 // virtual PC; count of Progs; doesn't advance for GLOBL or DATA.
    	input         []lex.Token
    	inputPos      int
    	pendingLabels []string // Labels to attach to next instruction.
    	labels        map[string]*obj.Prog
    	toPatch       []Patch
    	addr          []obj.Addr
    	arch          *arch.Arch
    	ctxt          *obj.Link
    	firstProg     *obj.Prog
    	lastProg      *obj.Prog
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 36.9K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_JAIL = 338
    pkg syscall (freebsd-arm64), const SYS_JAIL ideal-int
    pkg syscall (freebsd-arm64), const SYS_JAIL_ATTACH = 436
    pkg syscall (freebsd-arm64), const SYS_JAIL_ATTACH ideal-int
    pkg syscall (freebsd-arm64), const SYS_JAIL_GET = 506
    pkg syscall (freebsd-arm64), const SYS_JAIL_GET ideal-int
    pkg syscall (freebsd-arm64), const SYS_JAIL_REMOVE = 508
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/arch/arm.go

    	if prog.As == arm.AB {
    		prog.As = bcode[(bits^arm.C_SCOND_XOR)&0xf]
    		bits = (bits &^ 0xf) | arm.C_SCOND_NONE
    	}
    	prog.Scond = bits
    	return true
    }
    
    // ParseARMCondition parses the conditions attached to an ARM instruction.
    // The input is a single string consisting of period-separated condition
    // codes, such as ".P.W". An initial period is ignored.
    func ParseARMCondition(cond string) (uint8, bool) {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Nov 18 17:59:44 GMT 2022
    - 6.1K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const PTRACE_TRACEME = 0
    pkg syscall (darwin-386), const PT_ATTACH = 10
    pkg syscall (darwin-386), const PT_ATTACHEXC = 14
    pkg syscall (darwin-386), const PT_CONTINUE = 7
    pkg syscall (darwin-386), const PT_DENY_ATTACH = 31
    pkg syscall (darwin-386), const PT_DETACH = 11
    pkg syscall (darwin-386), const PT_FIRSTMACH = 32
    pkg syscall (darwin-386), const PT_FORCEQUOTA = 30
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const PR_UNALIGN_NOPRINT ideal-int
    pkg syscall (linux-arm-cgo), const PR_UNALIGN_SIGBUS ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_ATTACH ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_CONT ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_DETACH ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_EVENT_CLONE ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXEC ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_JAIL = 338 #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL_ATTACH = 436 #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL_ATTACH ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL_GET = 506 #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL_GET ideal-int #53466
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top