Searched refs:printFormat (Results 1 – 1 of 1) sorted by relevance
386 const char *printFormat) { in darwinPrintSymbol() argument462 outs() << format(printFormat, NValue) << ' ' in darwinPrintSymbol()467 outs() << format(printFormat, NValue) << ' '; in darwinPrintSymbol()789 const char *printBlanks, *printDashes, *printFormat; in sortAndPrintSymbolList() local795 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in sortAndPrintSymbolList()798 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in sortAndPrintSymbolList()801 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; in sortAndPrintSymbolList()808 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in sortAndPrintSymbolList()811 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; in sortAndPrintSymbolList()814 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64; in sortAndPrintSymbolList()[all …]