Changeset 4046 for branches/Grace/src/win32k/ldr/calltab.asm
- Timestamp:
- Aug 19, 2000, 4:37:21 PM (25 years ago)
- File:
-
- 1 edited
-
branches/Grace/src/win32k/ldr/calltab.asm (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/ldr/calltab.asm
r4018 r4046 1 ; $Id: calltab.asm,v 1.12.4. 2 2000-08-15 07:03:25bird Exp $1 ; $Id: calltab.asm,v 1.12.4.3 2000-08-19 14:37:13 bird Exp $ 2 2 ; 3 3 ; callTab - Call back again table - table with entry for each function or … … 44 44 public _LDRClearSem@0 45 45 public _KSEMRequestMutex@8 46 public _KSEMReleaseMutex@4 46 47 47 48 public pLDRSem … … 206 207 207 208 ; 21 209 _KSEMReleaseMutex@4 PROC NEAR 210 db MAXSIZE_PROLOG dup(0cch) 211 _KSEMReleaseMutex@4 ENDP 212 213 ; 22 208 214 pLDRSem dd 0 209 215 LDRSem_offObject dd 0 … … 212 218 db (MAXSIZE_PROLOG - 14) dup(0cch) 213 219 214 ; 2 2220 ; 23 215 221 _TKSuBuff@16 PROC NEAR 216 222 db MAXSIZE_PROLOG dup(0cch) 217 223 _TKSuBuff@16 ENDP 218 224 219 ; 2 3225 ; 24 220 226 _TKFuBuff@16 PROC NEAR 221 227 db MAXSIZE_PROLOG dup(0cch) 222 228 _TKFuBuff@16 ENDP 223 229 224 ; 2 4230 ; 25 225 231 _TKFuBufLen@20 PROC NEAR 226 232 db MAXSIZE_PROLOG dup(0cch) 227 233 _TKFuBufLen@20 ENDP 228 234 229 ; 25235 ; 26 230 236 _ldrValidateMteHandle@4 PROC NEAR 231 237 db MAXSIZE_PROLOG dup(0cch) 232 238 _ldrValidateMteHandle@4 ENDP 233 239 234 ; 2 6240 ; 27 235 241 ppTCBCur dd 0 236 242 pTCBCur_offObject dd 0 … … 239 245 db (MAXSIZE_PROLOG - 14) dup(0cch) 240 246 241 ; 2 7247 ; 28 242 248 ppPTDACur dd 0 243 249 pPTDACur_offObject dd 0 … … 246 252 db (MAXSIZE_PROLOG - 14) dup(0cch) 247 253 248 ; 2 8254 ; 29 249 255 pptda_start dd 0 250 256 ptda_start_offObject dd 0 … … 253 259 db (MAXSIZE_PROLOG - 14) dup(0cch) 254 260 255 ; 29261 ; 30 256 262 pptda_environ dd 0 257 263 ptda_environ_offObject dd 0 … … 260 266 db (MAXSIZE_PROLOG - 14) dup(0cch) 261 267 262 ; 3 0268 ; 31 263 269 pptda_module dd 0 264 270 ptda_module_offObject dd 0
Note:
See TracChangeset
for help on using the changeset viewer.
