Home
last modified time | relevance | path

Searched refs:nDll (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf_loader.c44 BOOL _ISTDbgLib_RegistRelocationInfo( ISTDOVERLAYPROC nProc, u32 nDll, u32 nELF, u32 nSection, u…
46 BOOL _ISTDbgLib_UnregistRelocationInfo( ISTDOVERLAYPROC nProc, u32 nDll );
54 SDK_WEAK_SYMBOL BOOL _ISTDbgLib_RegistRelocationInfo( ISTDOVERLAYPROC nProc, u32 nDll, u32 nELF, u3… in _ISTDbgLib_RegistRelocationInfo() argument
57 (void)nDll; in _ISTDbgLib_RegistRelocationInfo()
70 SDK_WEAK_SYMBOL BOOL _ISTDbgLib_UnregistRelocationInfo( ISTDOVERLAYPROC nProc, u32 nDll ) in _ISTDbgLib_UnregistRelocationInfo() argument
73 (void)nDll; in _ISTDbgLib_UnregistRelocationInfo()
79 static BOOL ELi_REGISTER_RELOCATION_INFO( ISTDOVERLAYPROC nProc, u32 nDll, u32 nELF, u32 nSection, …
81 static BOOL ELi_UNREGISTER_RELOCATION_INFO( ISTDOVERLAYPROC nProc, u32 nDll, BOOL enable );
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()
[all …]