line |
true |
false |
branch |
215
|
0 |
0 |
if ( (d_handle = dlopen(file, RTLD_LAZY)) == NULL) { |
220
|
0 |
0 |
if ( (*evalstring = (char *)dlsym(d_handle, I_EVALSTR)) == NULL) { |
245
|
0 |
0 |
if ( (f = (void(*)(void *s,void *u))dlsym(d_handle, I_INSTALL_TABLES)) == NULL) { |
259
|
0 |
0 |
if ( (function_list=(func_ptr *)dlsym(d_handle, I_FUNCTION_LIST)) == NULL) { |
266
|
0 |
0 |
if ( (dso_handle=(DSO_handle*)malloc(sizeof(DSO_handle))) == NULL) { |
273
|
0 |
0 |
if ( (dso_handle->filename=(char*)malloc(strlen(file)+1)) == NULL) { /* checked 17jul05 tonyc */ |