Lines Matching refs:SymEx
625 …CurrentSymEx = elElfDesc->SymEx; //If traceable not from Tbl but from here, debug information is n… in ELi_GoPublicGlobalSym()
729 elElfDesc->SymEx = DmySymEx.next; in ELi_BuildSymList()
734 CurrentSymEx = elElfDesc->SymEx; in ELi_BuildSymList()
771 CurrentSymEx = elElfDesc->SymEx; in ELi_FreeSymList()
778 elElfDesc->SymEx = NULL; in ELi_FreeSymList()
989 ELSymEx* SymEx; local
991 SymEx = SymExStart;
993 SymEx = (ELSymEx*)(SymEx->next);
994 if( SymEx == NULL) {
998 return SymEx;
1082 CurrentSymEx = elElfDesc->SymEx;