Searched refs:dlload (Results 1 – 1 of 1) sorted by relevance
55 static DLLchain dlload = NULL; /* A simple chained list of DLL names */ variable63 for (tmp = dlload; tmp; tmp = tmp->next) in find_id()79 for (tmp = dlload; tmp; tmp = tmp->next) in dlopen()89 tmp->next = dlload; in dlopen()103 dlload = tmp; in dlopen()204 dlload = tmp->next; in dlclose()