/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _linux.h | 175 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[JB_GPR1] macro 177 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[0].__misc[0] macro 180 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t)) 189 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[JB_SP] macro 191 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t)) 195 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[0].__sp macro 197 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t)) 207 #define _MD_GET_SP(_t) ((long *)((_t)->md.context[0].__jmpbuf)[0]) macro 209 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t)) 223 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[0].__sp macro [all …]
|
D | _netbsd.h | 109 #define _MD_GET_SP(_thread) CONTEXT(_thread)[2] macro 120 #define _MD_GET_SP(_thread) CONTEXT(_thread)[2] macro 130 #define _MD_GET_SP(_thread) CONTEXT(_thread)[3] macro 140 #define _MD_GET_SP(_thread) CONTEXT(_thread)[2] macro 151 #define _MD_GET_SP(_thread) CONTEXT(_thread)[32] macro 161 #define _MD_GET_SP(_thread) CONTEXT(_thread)[23] macro 173 #define _MD_GET_SP(_thread) CONTEXT(_thread)[34] macro
|
D | _nextstep.h | 94 #define _MD_GET_SP(_th) (_th)->md.context[2] macro 96 #define _MD_GET_SP(_th) (_th)->md.context[2] 100 #define _MD_GET_SP(_th) (((struct sigcontext *) (_th)->md.context)->sc_onstack) 117 _MD_GET_SP(_thread) = (int) ((_sp) - 64); \
|
D | _bsdi.h | 81 #define _MD_GET_SP(_t) (_t)->md.context[2] macro 83 #define _MD_GET_SP(_t) (_t)->md.context[0].jb_esp macro 99 _MD_GET_SP(_thread) = (int) (_sp - 64); \
|
D | _hpux.h | 97 #define _MD_GET_SP(_t) (*((int *)((_t)->md.jb) + 1)) macro 103 #define _MD_SET_THR_SP(_t, _sp) ((_MD_GET_SP(_t)) = (int) (_sp + 64 *2)) 114 (_MD_GET_SP(_thread)) = (int) ((_sp) + 64*2); \
|
D | _osf1.h | 101 #define _MD_GET_SP(_t) (((struct sigcontext *) (_t)->md.context)->sc_sp) macro 114 _MD_GET_SP(_thread) = (long) ((_sp) - 64); \ 115 _MD_GET_SP(_thread) &= ~15; \
|
D | _openvms.h | 158 #define _MD_GET_SP(_t) (((struct sigcontext *) (_t)->md.context)->sc_sp) macro 176 _MD_GET_SP(_thread) = (long) ((_sp) - 64); \ 177 _MD_GET_SP(_thread) &= ~15; \
|
D | _scoos.h | 78 #define _MD_GET_SP(_t) (_t)->md.jb[4] macro 90 _MD_GET_SP(_thread) = (int) ((_sp) - 64); \
|
D | _qnx.h | 83 #define _MD_GET_SP(_t) (_t)->md.context[7] macro 94 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
|
D | _nto.h | 91 #define _MD_GET_SP(_t) (_t)->md.context[7] macro 103 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
|
D | _solaris.h | 204 #define _MD_GET_SP(threadp) threadp->md.sp macro 490 #define _MD_GET_SP(_t) (_t)->md.context[2] 492 #define _MD_GET_SP(_t) (_t)->md.context[4] 502 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[REG_SP] 512 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[USP] 619 _MD_GET_SP(_thread) = (int) ((_sp) - 64); \
|
D | _ncr.h | 86 #define _MD_GET_SP(_t) (_t)->md.context[4] macro 98 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
|
D | _nec.h | 69 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[CXT_SP] macro 80 _MD_GET_SP(thread) = (greg_t) _sp - 64; \
|
D | _dgux.h | 75 #define _MD_GET_SP(_t) (_t)->md.context[4] macro 87 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
|
D | _unixware.h | 75 #define _MD_GET_SP(_t) (_t)->md.context[4] macro 87 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
|
D | _sony.h | 60 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[CXT_SP] macro 71 _MD_GET_SP(_thread) = (greg_t) (_sp) - 64; \
|
D | _openbsd.h | 100 #define _MD_GET_SP(_th) (_th)->md.context[JB_SP_INDEX] macro 113 _MD_GET_SP(_thread) = (unsigned char*) ((_sp) - 64); \
|
D | _rhapsody.h | 73 #define _MD_GET_SP(_th) (((struct sigcontext *) (_th)->md.context)->sc_onstack) macro 85 _MD_GET_SP(_thread) = (unsigned char*) ((_sp) - 64); \
|
D | _darwin.h | 111 #define _MD_GET_SP(_th) (((struct sigcontext *) (_th)->md.context)->sc_onstack) macro 123 _MD_GET_SP(_thread) = (unsigned char*) ((_sp) - 64); \
|
D | _freebsd.h | 110 #define _MD_GET_SP(_th) (_th)->md.context[0]._sjb[2] macro 122 _MD_GET_SP(_thread) = (unsigned char*) ((_sp) - 64); \
|
D | _aix.h | 114 #define _MD_GET_SP(_t) (_t)->md.jb[3] macro 135 _MD_GET_SP(_thread) = (int) (_sp - 2 * 64); \
|
D | _macos.h | 234 #define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->md.jb) + 2)) macro 240 #define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->md.jb) + 12)) macro 279 (_MD_GET_SP(_thread)) = (long) sp; \ 293 (_MD_GET_SP(_thread)) = (long) sp; \
|
D | _sunos4.h | 81 #define _MD_GET_SP(_t) (_t)->md.context[2] macro
|
D | _reliantunix.h | 95 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gpregs[CXT_SP] macro
|
D | _irix.h | 106 #define _MD_GET_SP _MD_GetSP macro
|