Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf_loader.h91 …struct ELObject* Dlld; /*Object with the imported entry when it is resolved. NULL when it i… member
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf_loader.c876 … UnrEnt->Dlld = (struct ELObject*)ExpObjEnt; /*Register ObjEnt referenced in resolution*/ in ELi_ResolveAllLibrary()
890 … UnrEnt->Dlld = (struct ELObject*)NULL; /*Register ObjEnt referenced in resolution*/ in ELi_ResolveAllLibrary()
966 PRINTDEBUG( "Compare ObjEnt:0x%x, ExpObjEnt:0x%x\n", ResEnt->Dlld, MYObject); in ELi_Unlink()
967 if( ResEnt->Dlld == (struct ELObject*)MYObject) { in ELi_Unlink()
972 ResEnt->Dlld = NULL; in ELi_Unlink()
Dloader_subset.c565 … UnrEnt->Dlld = (struct ELObject*)ExpObjEnt; /* Record objects used in resolution */ in ELi_RelocateSym()
1119 ImportInfo->Dlld = NULL;