/third_party/musl/arch/mips/bits/ |
H A D | signal.h | 10 typedef unsigned long long greg_t, gregset_t[32]; typedef 23 gregset_t sc_regs; 32 gregset_t gregs;
|
/third_party/musl/arch/powerpc/bits/ |
H A D | signal.h | 11 typedef unsigned long greg_t, gregset_t[48]; typedef 35 gregset_t gregs;
|
/third_party/musl/arch/riscv32/bits/ |
H A D | signal.h | 51 typedef unsigned long gregset_t[32]; typedef 54 gregset_t gregs;
|
/third_party/musl/arch/riscv64/bits/ |
H A D | signal.h | 51 typedef unsigned long gregset_t[32]; typedef 54 gregset_t gregs;
|
/third_party/musl/arch/mips64/bits/ |
H A D | signal.h | 10 typedef unsigned long long greg_t, gregset_t[32]; typedef 41 gregset_t gregs;
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | signal.h | 10 typedef unsigned long long greg_t, gregset_t[32]; typedef 41 gregset_t gregs;
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | signal.h | 11 typedef unsigned long greg_t, gregset_t[48]; typedef 36 gregset_t gp_regs;
|
/third_party/musl/arch/i386/bits/ |
H A D | signal.h | 51 typedef int greg_t, gregset_t[19]; typedef 70 gregset_t gregs;
|
/third_party/musl/arch/x32/bits/ |
H A D | signal.h | 59 typedef long long greg_t, gregset_t[23]; typedef 81 gregset_t gregs;
|
/third_party/musl/arch/x86_64/bits/ |
H A D | signal.h | 59 typedef long long greg_t, gregset_t[23]; typedef 81 gregset_t gregs;
|
/third_party/musl/arch/m68k/bits/ |
H A D | signal.h | 61 typedef int greg_t, gregset_t[18]; typedef 68 gregset_t gregs;
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | ucontext.h | 12 #define NGREG (sizeof(gregset_t)/sizeof(greg_t))
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | ucontext.h | 12 #define NGREG (sizeof(gregset_t)/sizeof(greg_t))
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | ucontext.h | 12 #define NGREG (sizeof(gregset_t)/sizeof(greg_t))
|
/third_party/musl/include/ |
H A D | ucontext.h | 12 #define NGREG (sizeof(gregset_t)/sizeof(greg_t))
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | signal.h | 10 typedef int greg_t, gregset_t[18]; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | signal.h | 10 typedef int greg_t, gregset_t[18]; typedef
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | signal.h | 10 typedef int greg_t, gregset_t[18]; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | signal.h | 10 typedef int greg_t, gregset_t[18]; typedef
|
/third_party/musl/arch/arm/bits/ |
H A D | signal.h | 10 typedef int greg_t, gregset_t[18]; typedef
|
/third_party/musl/arch/or1k/bits/ |
H A D | signal.h | 10 typedef unsigned long greg_t, gregset_t[34]; typedef
|
/third_party/musl/arch/sh/bits/ |
H A D | signal.h | 10 typedef int greg_t, gregset_t[16]; typedef
|
/third_party/musl/arch/loongarch64/bits/ |
H A D | signal.h | 21 typedef unsigned long greg_t, gregset_t[32]; typedef
|
/third_party/musl/arch/microblaze/bits/ |
H A D | signal.h | 10 typedef unsigned long greg_t, gregset_t[38]; typedef
|
/third_party/musl/arch/s390x/bits/ |
H A D | signal.h | 11 typedef unsigned long greg_t, gregset_t[27]; typedef
|