Searched refs:EL_LoadLibrary (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.4/build/libraries/el/common/src/ |
| D | el.c | 128 dlld = EL_LoadLibrary( i_eldesc_sim, readfunc, len, (void*)buf, 0xFFFFFFFF); in EL_CalcEnoughBufferSizeforLink() 189 return( EL_LoadLibrary( i_eldesc, readfunc, len, buf, buf_size)); in EL_LinkEx() 220 return( EL_LoadLibrary( i_eldesc, readfunc, len, buf, 0xFFFFFFFF)); in EL_Link()
|
| D | elf_loader.c | 356 ELDlld EL_LoadLibrary( ELDesc* elElfDesc, ELReadImage readfunc, u32 len, void* buf, u32 buf_size) in EL_LoadLibrary() function
|
| /TwlSDK-5.4/build/libraries/el/common/include/ |
| D | elf_loader.h | 198 ELDlld EL_LoadLibrary( ELDesc* elElfDesc, ELReadImage readfunc, u32 len, void* buf, u32 buf_size);
|