HomeSort by relevance Sort by last modified time
    Searched refs:dlh (Results 1 - 6 of 6) sorted by null

  /external/iproute2/genl/
genl.c 59 void *dlh; local
68 dlh = dlopen(buf, RTLD_LAZY);
69 if (dlh == NULL) {
70 dlh = BODY;
71 if (dlh == NULL) {
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);
73 if (dlh == NULL)
80 f = dlsym(dlh, buf);
  /external/iproute2/tc/
tc.c 103 void *dlh; local
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; local
178 dlh = dlopen(buf, RTLD_LAZY)
    [all...]
m_ematch.c 132 void *dlh; local
142 dlh = dlopen(buf, RTLD_LAZY);
143 if (dlh == NULL) {
144 dlh = body;
145 if (dlh == NULL) {
146 dlh = body = dlopen(NULL, RTLD_LAZY);
147 if (dlh == NULL)
153 e = dlsym(dlh, buf);
m_pedit.c 80 void *dlh; local
90 dlh = dlopen(buf, RTLD_LAZY);
91 if (dlh == NULL) {
92 dlh = pBODY;
93 if (dlh == NULL) {
94 dlh = pBODY = dlopen(NULL, RTLD_LAZY);
95 if (dlh == NULL)
101 p = dlsym(dlh, buf);
m_action.c 102 void *dlh; local
115 dlh = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL);
116 if (dlh == NULL) {
117 dlh = aBODY;
118 if (dlh == NULL) {
119 dlh = aBODY = dlopen(NULL, RTLD_LAZY);
120 if (dlh == NULL)
126 a = dlsym(dlh, buf);
  /external/iproute2/ip/
iplink.c 105 void *dlh; local
114 dlh = dlopen(buf, RTLD_LAZY);
115 if (dlh == NULL) {
117 dlh = BODY;
118 if (dlh == NULL) {
119 dlh = BODY = dlopen(NULL, RTLD_LAZY);
120 if (dlh == NULL)
126 l = dlsym(dlh, buf);

Completed in 160 milliseconds