Searched refs:printFormat (Results 1 – 1 of 1) sorted by relevance
302 const char *printFormat) { in darwinPrintSymbol() argument378 outs() << format(printFormat, NValue) << ' ' in darwinPrintSymbol()383 outs() << format(printFormat, NValue) << ' '; in darwinPrintSymbol()750 const char *printBlanks, *printDashes, *printFormat; in printSymbolList() local756 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in printSymbolList()759 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in printSymbolList()762 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; in printSymbolList()769 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in printSymbolList()772 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; in printSymbolList()775 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64; in printSymbolList()[all …]