Home | History | Annotate | Download | only in tc

Lines Matching refs:dlh

111 	void *dlh;
132 dlh = dlopen(buf, RTLD_LAZY);
133 if (!dlh) {
135 dlh = BODY;
136 if (dlh == NULL) {
137 dlh = BODY = dlopen(NULL, RTLD_LAZY);
138 if (dlh == NULL)
144 q = dlsym(dlh, buf);
169 void *dlh;
186 dlh = dlopen(buf, RTLD_LAZY);
187 if (dlh == NULL) {
188 dlh = BODY;
189 if (dlh == NULL) {
190 dlh = BODY = dlopen(NULL, RTLD_LAZY);
191 if (dlh == NULL)
197 q = dlsym(dlh, buf);