Searched refs:new_dl (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/cctools-845/misc/
H A Dcmpdylib.c184 struct dylib_command *old_dl, *new_dl; local
230 new_dl = NULL;
237 if(new_dl == NULL && lc->cmd == LC_ID_DYLIB){
238 new_dl = (struct dylib_command *)lc;
242 if(new_dl == NULL){
250 new_install_name = (char *)new_dl + new_dl->dylib.name.offset;
251 if(new_dl->dylib.current_version <
252 new_dl->dylib.compatibility_version){
271 new_dl
[all...]

Completed in 71 milliseconds