/third_party/musl/arch/mips64/bits/ |
H A D | signal.h | 10 typedef unsigned long long greg_t, gregset_t[32]; typedef 43 greg_t mdhi; 44 greg_t hi1; 45 greg_t hi2; 46 greg_t hi3; 47 greg_t mdlo; 48 greg_t lo1; 49 greg_t lo2; 50 greg_t lo3; 51 greg_t p [all...] |
/third_party/musl/arch/mipsn32/bits/ |
H A D | signal.h | 10 typedef unsigned long long greg_t, gregset_t[32]; typedef 43 greg_t mdhi; 44 greg_t hi1; 45 greg_t hi2; 46 greg_t hi3; 47 greg_t mdlo; 48 greg_t lo1; 49 greg_t lo2; 50 greg_t lo3; 51 greg_t p [all...] |
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | aarch64.rs | 6 pub type greg_t = u64; types 18 pub __gregs: [::greg_t; 32], 20 __spare: [::greg_t; 8],
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | x86_64.rs | 1 pub type greg_t = ::c_long; types 64 pub gregs: [::greg_t; 28],
|
/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/ltp/testcases/cve/ |
H A D | cve-2015-3290.c | 168 static greg_t *ssptr(ucontext_t *ctx) in ssptr() 174 static greg_t *csptr(ucontext_t *ctx) in csptr()
|
/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/mips/bits/ |
H A D | signal.h | 10 typedef unsigned long long greg_t, gregset_t[32]; typedef
|
/third_party/musl/arch/powerpc/bits/ |
H A D | signal.h | 11 typedef unsigned long greg_t, gregset_t[48]; typedef
|
/third_party/musl/arch/riscv32/bits/ |
H A D | signal.h | 50 typedef unsigned long greg_t; typedef
|
/third_party/musl/arch/riscv64/bits/ |
H A D | signal.h | 50 typedef unsigned long greg_t; typedef
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | signal.h | 11 typedef unsigned long greg_t, gregset_t[48]; typedef
|
/third_party/musl/arch/s390x/bits/ |
H A D | signal.h | 11 typedef unsigned long greg_t, gregset_t[27]; typedef
|
/third_party/musl/arch/aarch64/bits/ |
H A D | signal.h | 10 typedef unsigned long greg_t; typedef
|