Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 203 for isEnum (0.27 sec)

  1. src/cmd/internal/buildid/note.go

    // at least 4 kB out, in data.
    func readELF(name string, f *os.File, data []byte) (buildid string, err error) {
    	// Assume the note content is in the data, already read.
    	// Rewrite the ELF header to set shoff and shnum to 0, so that we can pass
    	// the data to elf.NewFile and it will decode the Prog list but not
    	// try to read the section headers and the string table from disk.
    	// That's a waste of I/O when all we care about is the Prog list
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 17 20:40:42 UTC 2023
    - 6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go

    	SYS_FCHFLAGS             = 35  // { int|sys||fchflags(int fd, u_long flags); }
    	SYS_SYNC                 = 36  // { void|sys||sync(void); }
    	SYS_KILL                 = 37  // { int|sys||kill(pid_t pid, int signum); }
    	SYS_GETPPID              = 39  // { pid_t|sys||getppid(void); }
    	SYS_DUP                  = 41  // { int|sys||dup(int fd); }
    	SYS_PIPE                 = 42  // { int|sys||pipe(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  3. src/runtime/sys_netbsd_amd64.s

    	MOVQ	$SYS_setcontext, AX
    	SYSCALL
    	MOVQ	$-1, DI			// Something failed...
    	MOVL	$SYS_exit, AX
    	SYSCALL
    
    TEXT runtime·sigaction(SB),NOSPLIT,$-8
    	MOVL	sig+0(FP), DI		// arg 1 - signum
    	MOVQ	new+8(FP), SI		// arg 2 - nsa
    	MOVQ	old+16(FP), DX		// arg 3 - osa
    					// arg 4 - tramp
    	LEAQ	sigreturn_tramp<>(SB), R10
    	MOVQ	$2, R8			// arg 5 - vers
    	MOVL	$SYS___sigaction_sigtramp, AX
    	SYSCALL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-death-test.h

    };
    
    # if !GTEST_OS_WINDOWS
    // Tests that an exit code describes an exit due to termination by a
    // given signal.
    class GTEST_API_ KilledBySignal {
     public:
      explicit KilledBySignal(int signum);
      bool operator()(int exit_status) const;
     private:
      const int signum_;
    };
    # endif  // !GTEST_OS_WINDOWS
    
    // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS_FCHFLAGS               = 35  // { int fchflags(int fd, u_long flags); }
    	SYS_SYNC                   = 36  // { int sync(void); }
    	SYS_KILL                   = 37  // { int kill(int pid, int signum); }
    	SYS_GETPPID                = 39  // { pid_t getppid(void); }
    	SYS_DUP                    = 41  // { int dup(int fd); }
    	SYS_PIPE                   = 42  // { int pipe(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go

    	SYS_FCHFLAGS             = 35  // { int|sys||fchflags(int fd, u_long flags); }
    	SYS_SYNC                 = 36  // { void|sys||sync(void); }
    	SYS_KILL                 = 37  // { int|sys||kill(pid_t pid, int signum); }
    	SYS_GETPPID              = 39  // { pid_t|sys||getppid(void); }
    	SYS_DUP                  = 41  // { int|sys||dup(int fd); }
    	SYS_PIPE                 = 42  // { int|sys||pipe(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_netbsd_arm64.go

    	SYS_FCHFLAGS             = 35  // { int|sys||fchflags(int fd, u_long flags); }
    	SYS_SYNC                 = 36  // { void|sys||sync(void); }
    	SYS_KILL                 = 37  // { int|sys||kill(pid_t pid, int signum); }
    	SYS_GETPPID              = 39  // { pid_t|sys||getppid(void); }
    	SYS_DUP                  = 41  // { int|sys||dup(int fd); }
    	SYS_PIPE                 = 42  // { int|sys||pipe(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  8. src/syscall/syscall_dragonfly.go

    //sysnb	Getrusage(who int, rusage *Rusage) (err error)
    //sysnb	Getsid(pid int) (sid int, err error)
    //sysnb	Gettimeofday(tv *Timeval) (err error)
    //sysnb	Getuid() (uid int)
    //sys	Issetugid() (tainted bool)
    //sys	Kill(pid int, signum Signal) (err error)
    //sys	Kqueue() (fd int, err error)
    //sys	Lchown(path string, uid int, gid int) (err error)
    //sys	Link(path string, link string) (err error)
    //sys	Listen(s int, backlog int) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:12:35 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  9. src/syscall/syscall_freebsd.go

    //sysnb	Getrusage(who int, rusage *Rusage) (err error)
    //sysnb	Getsid(pid int) (sid int, err error)
    //sysnb	Gettimeofday(tv *Timeval) (err error)
    //sysnb	Getuid() (uid int)
    //sys	Issetugid() (tainted bool)
    //sys	Kill(pid int, signum Signal) (err error)
    //sys	Kqueue() (fd int, err error)
    //sys	Lchown(path string, uid int, gid int) (err error)
    //sys	Link(path string, link string) (err error)
    //sys	Listen(s int, backlog int) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:12:35 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go

    	SYS_FCHFLAGS             = 35  // { int|sys||fchflags(int fd, u_long flags); }
    	SYS_SYNC                 = 36  // { void|sys||sync(void); }
    	SYS_KILL                 = 37  // { int|sys||kill(pid_t pid, int signum); }
    	SYS_GETPPID              = 39  // { pid_t|sys||getppid(void); }
    	SYS_DUP                  = 41  // { int|sys||dup(int fd); }
    	SYS_PIPE                 = 42  // { int|sys||pipe(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
Back to top