Home | History | Annotate | Download | only in Object

Lines Matching refs:Dylib

225   sys::swapByteOrder(C.dylib.name);
226 sys::swapByteOrder(C.dylib.timestamp);
227 sys::swapByteOrder(C.dylib.current_version);
228 sys::swapByteOrder(C.dylib.compatibility_version);
1238 // libFoo.A.dylib
1239 // libFoo.dylib
1241 // libFoo_profile.A.dylib
1242 // libFoo_profile.dylib
1254 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx;
1314 Dylib = Name.slice(a, Name.npos);
1315 if (Dylib != ".dylib")
1318 // First pull off the version letter for the form Foo.A.dylib if any.
1330 // ignore any suffix after an underbar like Foo_profile.A.dylib
1339 // libATS.A_profile.dylib so check for these.
1377 if (D.dylib.name >= D.cmdsize)
1386 if (D.dylib.name >= D.cmdsize) {
1390 const char *P = (const char *)(Libraries[i]) + D.dylib.name;