Lines Matching refs:printFormat
295 const char *printDashes, const char *printFormat) { in darwinPrintSymbol() argument
356 format(printFormat, NValue).print(Str, sizeof(Str)); in darwinPrintSymbol()
628 const char *printBlanks, *printDashes, *printFormat; in sortAndPrintSymbolList() local
634 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in sortAndPrintSymbolList()
637 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in sortAndPrintSymbolList()
640 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; in sortAndPrintSymbolList()
647 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in sortAndPrintSymbolList()
650 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; in sortAndPrintSymbolList()
653 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64; in sortAndPrintSymbolList()
687 format(printFormat, I->Address) in sortAndPrintSymbolList()
699 format(printFormat, I->Address) in sortAndPrintSymbolList()
702 format(printFormat, I->Size).print(SymbolSizeStr, sizeof(SymbolSizeStr)); in sortAndPrintSymbolList()
712 printFormat); in sortAndPrintSymbolList()