HomeSort by relevance Sort by last modified time
    Searched refs:dlh (Results 1 - 7 of 7) 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);
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/chromium/net/third_party/nss/ssl/bodge/
genload.c 109 PRLibrary *dlh = NULL; local
128 dlh = PR_LoadLibraryWithFlags(libSpec, PR_LD_NOW | PR_LD_LOCAL);
132 return dlh;
  /external/iproute2/ip/
iplink.c 96 void *dlh; local
105 dlh = dlopen(buf, RTLD_LAZY);
106 if (dlh == NULL) {
108 dlh = BODY;
109 if (dlh == NULL) {
110 dlh = BODY = dlopen(NULL, RTLD_LAZY);
111 if (dlh == NULL)
117 l = dlsym(dlh, buf);

Completed in 37 milliseconds