lc 432 libltdl/loaders/dyld.c struct load_command *lc; lc 434 libltdl/loaders/dyld.c lc = (struct load_command*) (((unsigned long) mh) + offset); lc 435 libltdl/loaders/dyld.c if (LC_ID_DYLIB == lc->cmd) lc 437 libltdl/loaders/dyld.c result=(char*)(((dylib_command*) lc)->dylib.name.offset + lc 438 libltdl/loaders/dyld.c (unsigned long) lc); lc 440 libltdl/loaders/dyld.c offset += lc->cmdsize; lc 477 libltdl/loaders/dyld.c struct load_command *lc; lc 482 libltdl/loaders/dyld.c lc = (struct load_command*) (((unsigned long) mh) + offset); lc 483 libltdl/loaders/dyld.c if ((LC_LOAD_DYLIB == lc->cmd) || (LC_LOAD_WEAK_DYLIB == lc->cmd)) lc 485 libltdl/loaders/dyld.c unsigned long base = ((dylib_command *) lc)->dylib.name.offset; lc 486 libltdl/loaders/dyld.c char *name = (char *) (base + (unsigned long) lc); lc 506 libltdl/loaders/dyld.c offset += lc->cmdsize;