Searched defs:_MD_GET_SP (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_bsdi.h84 #define _MD_GET_SP(_t) (_t)->md.context[2] macro
86 #define _MD_GET_SP(_t) (_t)->md.context[0].jb_esp macro
102 _MD_GET_SP(_thread) = (int) (_sp - 64); \
H A D_nec.h72 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[CXT_SP] macro
83 _MD_GET_SP(thread) = (greg_t) _sp - 64; \
H A D_nextstep.h97 #define _MD_GET_SP(_th) (_th)->md.context[2] macro
99 #define _MD_GET_SP(_th) (_th)->md.context[2]
103 #define _MD_GET_SP(_th) (((struct sigcontext *) (_th)->md.context)->sc_onstack)
104 //#define _MD_GET_SP(_th) (_th)->md.context[0].sc_esp
120 _MD_GET_SP(_thread) = (int) ((_sp) - 64); \
H A D_rhapsody.h76 #define _MD_GET_SP(_th) (((struct sigcontext *) (_th)->md.context)->sc_onstack) macro
88 _MD_GET_SP(_thread) = (unsigned char*) ((_sp) - 64); \
H A D_sony.h63 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[CXT_SP] macro
74 _MD_GET_SP(_thread) = (greg_t) (_sp) - 64; \
H A D_aix.h117 #define _MD_GET_SP(_t) (_t)->md.jb[3] macro
138 _MD_GET_SP(_thread) = (int) (_sp - 2 * 64); \
H A D_darwin.h153 #define _MD_GET_SP(_th) (((struct sigcontext *) (_th)->md.context)->sc_onstack) macro
165 _MD_GET_SP(_thread) = (unsigned char*) ((_sp) - 64); \
H A D_dgux.h78 #define _MD_GET_SP(_t) (_t)->md.context[4] macro
90 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
H A D_freebsd.h130 #define _MD_GET_SP(_th) (_th)->md.context[0]._sjb[2] macro
142 _MD_GET_SP(_thread) = (unsigned char*) ((_sp) - 64); \
H A D_hpux.h100 #define _MD_GET_SP(_t) (*((int *)((_t)->md.jb) + 1)) macro
106 #define _MD_SET_THR_SP(_t, _sp) ((_MD_GET_SP(_t)) = (int) (_sp + 64 *2))
117 (_MD_GET_SP(_thread)) = (int) ((_sp) + 64*2); \
H A D_linux.h178 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[JB_GPR1] macro
180 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[0].__misc[0] macro
183 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t))
192 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[JB_SP] macro
194 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t))
198 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[0].__sp macro
200 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t))
210 #define _MD_GET_SP(_t) ((long *)((_t)->md.context[0].__jmpbuf)[0]) macro
212 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t))
226 #define _MD_GET_SP(_ macro
232 #define _MD_GET_SP macro
249 #define _MD_GET_SP macro
255 #define _MD_GET_SP macro
265 #define _MD_GET_SP macro
271 #define _MD_GET_SP macro
282 #define _MD_GET_SP macro
294 #define _MD_GET_SP macro
[all...]
H A D_ncr.h89 #define _MD_GET_SP(_t) (_t)->md.context[4] macro
101 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
H A D_netbsd.h118 #define _MD_GET_SP(_thread) CONTEXT(_thread)[2] macro
129 #define _MD_GET_SP(_thread) (CONTEXT(_thread)[2]+0x7ff) macro
139 #define _MD_GET_SP(_thread) CONTEXT(_thread)[2] macro
149 #define _MD_GET_SP(_thread) CONTEXT(_thread)[3] macro
159 #define _MD_GET_SP(_thread) CONTEXT(_thread)[2] macro
170 #define _MD_GET_SP(_thread) CONTEXT(_thread)[32] macro
181 #define _MD_GET_SP(_thread) CONTEXT(_thread)[23] macro
193 #define _MD_GET_SP(_thread) CONTEXT(_thread)[34] macro
H A D_nto.h94 #define _MD_GET_SP(_t) (_t)->md.context[7] macro
106 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
H A D_openbsd.h103 #define _MD_GET_SP(_th) (_th)->md.context[JB_SP_INDEX] macro
116 _MD_GET_SP(_thread) = (unsigned char*) ((_sp) - 64); \
H A D_qnx.h86 #define _MD_GET_SP(_t) (_t)->md.context[7] macro
97 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
H A D_reliantunix.h98 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gpregs[CXT_SP] macro
H A D_scoos.h81 #define _MD_GET_SP(_t) (_t)->md.jb[4] macro
93 _MD_GET_SP(_thread) = (int) ((_sp) - 64); \
H A D_sunos4.h84 #define _MD_GET_SP(_t) (_t)->md.context[2] macro
H A D_unixware.h78 #define _MD_GET_SP(_t) (_t)->md.context[4] macro
90 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
H A D_irix.h109 #define _MD_GET_SP _MD_GetSP macro
H A D_openvms.h161 #define _MD_GET_SP(_t) (((struct sigcontext *) (_t)->md.context)->sc_sp) macro
179 _MD_GET_SP(_thread) = (long) ((_sp) - 64); \
180 _MD_GET_SP(_thread) &= ~15; \
H A D_osf1.h104 #define _MD_GET_SP(_t) (((struct sigcontext *) (_t)->md.context)->sc_sp) macro
117 _MD_GET_SP(_thread) = (long) ((_sp) - 64); \
118 _MD_GET_SP(_thread) &= ~15; \
H A D_beos.h270 #define _MD_GET_SP _MD_get_sp macro
H A D_macos.h237 #define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->md.jb) + 2)) macro
243 #define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->md.jb) + 12)) macro
282 (_MD_GET_SP(_thread)) = (long) sp; \
296 (_MD_GET_SP(_thread)) = (long) sp; \

Completed in 81 milliseconds

12