Home | History | Annotate | Download | only in android

Lines Matching refs:offsetof

55             offsetof(ucontext_t,uc_mcontext.arm_r0));
60 offsetof(ucontext_t,uc_mcontext.regs[0]));
62 offsetof(ucontext_t,uc_mcontext.sp));
64 offsetof(ucontext_t,uc_mcontext.pc));
66 offsetof(ucontext_t,uc_mcontext.pstate));
68 offsetof(ucontext_t,uc_mcontext.__reserved));
71 offsetof(ucontext_t,uc_mcontext.gregs));
74 offsetof(ucontext_t,uc_mcontext.gregs[REG_##x]))
96 offsetof(ucontext_t,uc_mcontext.fpregs));
99 offsetof(ucontext_t,__fpregs_mem));
102 offsetof(ucontext_t,uc_mcontext.gregs));
106 offsetof(ucontext_t,uc_mcontext.pc));
109 offsetof(ucontext_t,uc_mcontext.fpregs));
112 offsetof(ucontext_t,uc_mcontext.fpc_csr));
116 offsetof(ucontext_t,uc_mcontext.gregs),
120 offsetof(ucontext_t,uc_mcontext.gregs[REG_##x]), reg_##x)
140 COMPILE_ASSERT_EQ(offsetof(mcontext_t,fpregs),
141 offsetof(sigcontext,fpstate), sigcontext_fpstate);
146 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,cwd),offsetof(_fpstate,cwd),
148 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,swd),offsetof(_fpstate,swd),
150 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,ftw),offsetof(_fpstate,twd),
152 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,fop),offsetof(_fpstate,fop),
154 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,rip),offsetof(_fpstate,rip),
156 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,rdp),offsetof(_fpstate,rdp),
158 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,mxcsr),offsetof(_fpstate,mxcsr),
160 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,mxcr_mask),
161 offsetof(_fpstate,mxcsr_mask),
163 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,_st), offsetof(_fpstate,st_space),
165 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,_xmm), offsetof(_fpstate,xmm_space),
169 offsetof(ucontext_t,uc_mcontext.fpregs),
171 COMPILE_ASSERT_EQ(MCONTEXT_FPREGS_MEM, offsetof(ucontext_t,__fpregs_mem),
173 COMPILE_ASSERT_EQ(FPREGS_OFFSET_MXCSR, offsetof(_libc_fpstate,mxcsr),
175 COMPILE_ASSERT_EQ(UCONTEXT_SIGMASK_OFFSET, offsetof(ucontext_t, uc_sigmask),
179 offsetof(ucontext_t,uc_mcontext.gregs));
185 offsetof(ucontext_t,uc_sigmask));