Home | History | Annotate | Download | only in tc

Lines Matching refs:dlh

103 	void *dlh;
124 dlh = dlopen(buf, RTLD_LAZY);
125 if (!dlh) {
127 dlh = BODY;
128 if (dlh == NULL) {
129 dlh = BODY = dlopen(NULL, RTLD_LAZY);
130 if (dlh == NULL)
136 q = dlsym(dlh, buf);
161 void *dlh;
178 dlh = dlopen(buf, RTLD_LAZY);
179 if (dlh == NULL) {
180 dlh = BODY;
181 if (dlh == NULL) {
182 dlh = BODY = dlopen(NULL, RTLD_LAZY);
183 if (dlh == NULL)
189 q = dlsym(dlh, buf);