Lines Matching refs:SymEx
661 …CurrentSymEx = elElfDesc->SymEx; //If traceable not from Tbl but from here, debug information is n… in ELi_GoPublicGlobalSym()
765 elElfDesc->SymEx = DmySymEx.next; in ELi_BuildSymList()
770 CurrentSymEx = elElfDesc->SymEx; in ELi_BuildSymList()
807 CurrentSymEx = elElfDesc->SymEx; in ELi_FreeSymList()
814 elElfDesc->SymEx = NULL; in ELi_FreeSymList()
1025 ELSymEx* SymEx; local
1027 SymEx = SymExStart;
1029 SymEx = (ELSymEx*)(SymEx->next);
1030 if( SymEx == NULL) {
1034 return SymEx;
1118 CurrentSymEx = elElfDesc->SymEx;