Lines Matching refs:nProc

43 void    _ISTDbgLib_StartRegistRelocationInfo( ISTDOVERLAYPROC nProc );
44 BOOL _ISTDbgLib_RegistRelocationInfo( ISTDOVERLAYPROC nProc, u32 nDll, u32 nELF, u32 nSection, u…
45 void _ISTDbgLib_EndRegistRelocationInfo( ISTDOVERLAYPROC nProc );
46 BOOL _ISTDbgLib_UnregistRelocationInfo( ISTDOVERLAYPROC nProc, u32 nDll );
48 SDK_WEAK_SYMBOL void _ISTDbgLib_StartRegistRelocationInfo( ISTDOVERLAYPROC nProc ) in _ISTDbgLib_StartRegistRelocationInfo() argument
50 (void)nProc; in _ISTDbgLib_StartRegistRelocationInfo()
54 SDK_WEAK_SYMBOL BOOL _ISTDbgLib_RegistRelocationInfo( ISTDOVERLAYPROC nProc, u32 nDll, u32 nELF, u3… in _ISTDbgLib_RegistRelocationInfo() argument
56 (void)nProc; in _ISTDbgLib_RegistRelocationInfo()
64 SDK_WEAK_SYMBOL void _ISTDbgLib_EndRegistRelocationInfo( ISTDOVERLAYPROC nProc ) in _ISTDbgLib_EndRegistRelocationInfo() argument
66 (void)nProc; in _ISTDbgLib_EndRegistRelocationInfo()
70 SDK_WEAK_SYMBOL BOOL _ISTDbgLib_UnregistRelocationInfo( ISTDOVERLAYPROC nProc, u32 nDll ) in _ISTDbgLib_UnregistRelocationInfo() argument
72 (void)nProc; in _ISTDbgLib_UnregistRelocationInfo()
78 static void ELi_START_REGISTER_RELOCATION_INFO( ISTDOVERLAYPROC nProc, BOOL enable );
79 static BOOL ELi_REGISTER_RELOCATION_INFO( ISTDOVERLAYPROC nProc, u32 nDll, u32 nELF, u32 nSection, …
80 static void ELi_END_REGISTER_RELOCATION_INFO( ISTDOVERLAYPROC nProc, BOOL enable );
81 static BOOL ELi_UNREGISTER_RELOCATION_INFO( ISTDOVERLAYPROC nProc, u32 nDll, BOOL enable );
83 static void ELi_START_REGISTER_RELOCATION_INFO( ISTDOVERLAYPROC nProc, BOOL enable ) in ELi_START_REGISTER_RELOCATION_INFO() argument
86 _ISTDbgLib_StartRegistRelocationInfo( nProc); in ELi_START_REGISTER_RELOCATION_INFO()
89 static BOOL ELi_REGISTER_RELOCATION_INFO( ISTDOVERLAYPROC nProc, u32 nDll, u32 nELF, u32 nSection, … in ELi_REGISTER_RELOCATION_INFO() argument
92 return( _ISTDbgLib_RegistRelocationInfo( nProc, nDll, nELF, nSection, nLMA)); in ELi_REGISTER_RELOCATION_INFO()
96 static void ELi_END_REGISTER_RELOCATION_INFO( ISTDOVERLAYPROC nProc, BOOL enable ) in ELi_END_REGISTER_RELOCATION_INFO() argument
99 _ISTDbgLib_EndRegistRelocationInfo( nProc); in ELi_END_REGISTER_RELOCATION_INFO()
102 static BOOL ELi_UNREGISTER_RELOCATION_INFO( ISTDOVERLAYPROC nProc, u32 nDll, BOOL enable ) in ELi_UNREGISTER_RELOCATION_INFO() argument
105 return( _ISTDbgLib_UnregistRelocationInfo( nProc, nDll)); in ELi_UNREGISTER_RELOCATION_INFO()