9 / 797 files match, 1 filtered matches.
172 | access_so(fullpath); 173 | } 174 | } 175 | map=dlopen(fullpath,DLOPEN_FLAGS); // LAZY? 176 | if(map==0) 177 | return 0;