Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gccgoRealSyscall (0.16 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/gccgo_c.c

    struct ret {
    	uintptr_t r;
    	uintptr_t err;
    };
    
    struct ret gccgoRealSyscall(uintptr_t trap, uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4, uintptr_t a5, uintptr_t a6, uintptr_t a7, uintptr_t a8, uintptr_t a9)
      __asm__(GOSYM_PREFIX GOPKGPATH ".realSyscall");
    
    struct ret
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top