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

  /external/iproute2/tc/
tc_exec.c 47 void *dlh; local
54 dlh = dlopen(buf, RTLD_LAZY);
55 if (dlh == NULL) {
56 dlh = BODY;
57 if (dlh == NULL) {
58 dlh = BODY = dlopen(NULL, RTLD_LAZY);
59 if (dlh == NULL)
65 eu = dlsym(dlh, buf);
tc.c 111 void *dlh; local
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; local
186 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 79 void *dlh; local
89 dlh = dlopen(buf, RTLD_LAZY);
90 if (dlh == NULL) {
91 dlh = pBODY;
92 if (dlh == NULL) {
93 dlh = pBODY = dlopen(NULL, RTLD_LAZY);
94 if (dlh == NULL)
100 p = dlsym(dlh, buf);
m_action.c 101 void *dlh; local
114 dlh = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL);
115 if (dlh == NULL) {
116 dlh = aBODY;
117 if (dlh == NULL) {
118 dlh = aBODY = dlopen(NULL, RTLD_LAZY);
119 if (dlh == NULL)
125 a = dlsym(dlh, buf);
  /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/ip/
iplink.c 120 void *dlh; local
130 dlh = dlopen(buf, RTLD_LAZY);
131 if (dlh == NULL) {
133 dlh = BODY;
134 if (dlh == NULL) {
135 dlh = BODY = dlopen(NULL, RTLD_LAZY);
136 if (dlh == NULL)
145 l = dlsym(dlh, buf);

Completed in 121 milliseconds