Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SS_ERRNOJR (0.07 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/asm_zos_s390x.s

    #define GOCB(x)           1104(x) // in the CAA
    
    // SS_*, where x=SAVSTACK_ASYNC
    #define SS_LE(x)             0(x)
    #define SS_GO(x)             8(x)
    #define SS_ERRNO(x)         16(x)
    #define SS_ERRNOJR(x)       20(x)
    
    // Function Descriptor Offsets
    #define __errno  0x156*16
    #define __err2ad 0x16C*16
    
    // Call Instructions
    #define LE_CALL    BYTE $0x0D; BYTE $0x76 // BL R7, R6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 11.2K bytes
    - Viewed (0)
Back to top