Searched refs:ELi_Malloc (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/el/common/include/ |
| D | elf_loader.h | 182 void* ELi_Malloc( ELDesc* elElfDesc, ELObject* MYObject, size_t size); 252 void* ELi_Malloc( ELDesc* elElfDesc, ELObject* MYObject, size_t size);
|
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | loader_subset.c | 189 elVenEnt = ELi_Malloc( elElfDesc, MYObject, sizeof( ELVeneer)); in ELi_CopyVeneerToBuffer() 248 elVenEnt = ELi_Malloc( elElfDesc, MYObject, sizeof( ELVeneer)); in ELi_CopyV4tVeneerToBuffer() 521 UnresolvedInfo.sym_str = ELi_Malloc( elElfDesc, MYObject, copy_size); in ELi_RelocateSym() 534 UnrEnt = ELi_Malloc( elElfDesc, MYObject, copy_size); in ELi_RelocateSym() 561 UnrEnt = ELi_Malloc( elElfDesc, MYObject, copy_size); in ELi_RelocateSym() 633 … ExportAdrEntry = ELi_Malloc( elElfDesc, MYObject, sizeof(ELAdrEntry)); /*Memory allocation*/ in ELi_GoPublicGlobalSym() 640 ExportAdrEntry->name = ELi_Malloc( elElfDesc, MYObject, copy_size); in ELi_GoPublicGlobalSym() 695 elElfDesc->SymExTbl = ELi_Malloc( elElfDesc, NULL, num_of_sym * 4); in ELi_BuildSymList() 715 CurrentSymEx->next = ELi_Malloc( elElfDesc, NULL, sizeof(ELSymEx)); in ELi_BuildSymList()
|
| D | el.c | 67 i_eldesc = ELi_Malloc( NULL, NULL, ((sizeof( ELDesc))*2)); //for link and simulation-link in EL_Init()
|
| D | elf_loader.c | 233 void* ELi_Malloc( ELDesc* elElfDesc, ELObject* MYObject, size_t size) in ELi_Malloc() function 436 MYObject = (ELObject*)ELi_Malloc( elElfDesc, NULL, sizeof( ELObject)); in ELi_LoadLibrary() 642 CurrentShdrEx->next = ELi_Malloc( elElfDesc, MYObject, sizeof(ELShdrEx)); in elLoadSections() 1185 elElfDesc->ELStaticObj = (ELObject*)ELi_Malloc( elElfDesc, NULL, sizeof( ELObject)); in ELi_Export()
|