reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1226 if (dl.dylib.name < dl.cmdsize) { 1226 if (dl.dylib.name < dl.cmdsize) { 1227 const char *p = (const char *)(Load.Ptr) + dl.dylib.name; 1233 << ((dl.dylib.compatibility_version >> 16) & 0xffff) << "." 1234 << ((dl.dylib.compatibility_version >> 8) & 0xff) << "." 1235 << (dl.dylib.compatibility_version & 0xff) << ","; 1237 << ((dl.dylib.current_version >> 16) & 0xffff) << "." 1238 << ((dl.dylib.current_version >> 8) & 0xff) << "." 1239 << (dl.dylib.current_version & 0xff); 1251 outs() << "\tBad offset (" << dl.dylib.name << ") for name of ";