Searched refs:JustId (Results 1 – 2 of 2) sorted by relevance
563 static void PrintDylibs(MachOObjectFile *O, bool JustId) { in PrintDylibs() argument566 if ((JustId && Load.C.cmd == MachO::LC_ID_DYLIB) || in PrintDylibs()567 (!JustId && (Load.C.cmd == MachO::LC_ID_DYLIB || in PrintDylibs()576 if (JustId) in PrintDylibs()
1206 static void PrintDylibs(MachOObjectFile *O, bool JustId) { in PrintDylibs() argument1209 if ((JustId && Load.C.cmd == MachO::LC_ID_DYLIB) || in PrintDylibs()1210 (!JustId && (Load.C.cmd == MachO::LC_ID_DYLIB || in PrintDylibs()1219 if (JustId) in PrintDylibs()