github.com/HaHadaxigua/yaegi@v1.0.1/stdlib/unrestricted/go1_16_syscall_linux_mips64.go (about)

     1  // Code generated by 'yaegi extract syscall'. DO NOT EDIT.
     2  
     3  // +build go1.16,!go1.17
     4  
     5  package unrestricted
     6  
     7  import (
     8  	"reflect"
     9  	"syscall"
    10  )
    11  
    12  func init() {
    13  	Symbols["syscall/syscall"] = map[string]reflect.Value{
    14  		// function, constant and variable definitions
    15  		"AllThreadsSyscall":  reflect.ValueOf(syscall.AllThreadsSyscall),
    16  		"AllThreadsSyscall6": reflect.ValueOf(syscall.AllThreadsSyscall6),
    17  		"Exec":               reflect.ValueOf(syscall.Exec),
    18  		"Exit":               reflect.ValueOf(syscall.Exit),
    19  		"ForkExec":           reflect.ValueOf(syscall.ForkExec),
    20  		"Kill":               reflect.ValueOf(syscall.Kill),
    21  		"PtraceAttach":       reflect.ValueOf(syscall.PtraceAttach),
    22  		"PtraceCont":         reflect.ValueOf(syscall.PtraceCont),
    23  		"PtraceDetach":       reflect.ValueOf(syscall.PtraceDetach),
    24  		"PtraceGetEventMsg":  reflect.ValueOf(syscall.PtraceGetEventMsg),
    25  		"PtraceGetRegs":      reflect.ValueOf(syscall.PtraceGetRegs),
    26  		"PtracePeekData":     reflect.ValueOf(syscall.PtracePeekData),
    27  		"PtracePeekText":     reflect.ValueOf(syscall.PtracePeekText),
    28  		"PtracePokeData":     reflect.ValueOf(syscall.PtracePokeData),
    29  		"PtracePokeText":     reflect.ValueOf(syscall.PtracePokeText),
    30  		"PtraceSetOptions":   reflect.ValueOf(syscall.PtraceSetOptions),
    31  		"PtraceSetRegs":      reflect.ValueOf(syscall.PtraceSetRegs),
    32  		"PtraceSingleStep":   reflect.ValueOf(syscall.PtraceSingleStep),
    33  		"PtraceSyscall":      reflect.ValueOf(syscall.PtraceSyscall),
    34  		"RawSyscall":         reflect.ValueOf(syscall.RawSyscall),
    35  		"RawSyscall6":        reflect.ValueOf(syscall.RawSyscall6),
    36  		"Reboot":             reflect.ValueOf(syscall.Reboot),
    37  		"Shutdown":           reflect.ValueOf(syscall.Shutdown),
    38  		"StartProcess":       reflect.ValueOf(syscall.StartProcess),
    39  		"Syscall":            reflect.ValueOf(syscall.Syscall),
    40  		"Syscall6":           reflect.ValueOf(syscall.Syscall6),
    41  
    42  		// type definitions
    43  		"PtraceRegs": reflect.ValueOf((*syscall.PtraceRegs)(nil)),
    44  	}
    45  }