OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FP_XSTATE_MAGIC2
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
sigcontext.h
8
#define
FP_XSTATE_MAGIC2
0x46505845U
9
#define FP_XSTATE_MAGIC2_SIZE sizeof(
FP_XSTATE_MAGIC2
)
18
* area and
FP_XSTATE_MAGIC2
at the end of memory layout
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
sigcontext.h
8
#define
FP_XSTATE_MAGIC2
0x46505845U
9
#define FP_XSTATE_MAGIC2_SIZE sizeof(
FP_XSTATE_MAGIC2
)
18
* area and
FP_XSTATE_MAGIC2
at the end of memory layout
/bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext.h
24
#define
FP_XSTATE_MAGIC2
0x46505845U
25
#define FP_XSTATE_MAGIC2_SIZE sizeof(
FP_XSTATE_MAGIC2
)
/external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext.h
22
#define
FP_XSTATE_MAGIC2
0x46505845U
23
#define FP_XSTATE_MAGIC2_SIZE sizeof(
FP_XSTATE_MAGIC2
)
35
*
FP_XSTATE_MAGIC2
so that you can sanity check your size calculations.)
226
* bytes of (struct _fpstate) and
FP_XSTATE_MAGIC2
present at the end
269
* bytes of (struct _fpstate) and
FP_XSTATE_MAGIC2
present at the end
/external/minijail/linux-x86/
libconstants.gen.c
602
#ifdef
FP_XSTATE_MAGIC2
603
{ "
FP_XSTATE_MAGIC2
", (unsigned long)
FP_XSTATE_MAGIC2
},
604
#endif //
FP_XSTATE_MAGIC2
[
all
...]
Completed in 357 milliseconds