Home
last modified time | relevance | path

Searched refs:printDashes (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp295 const char *printDashes, const char *printFormat) { in darwinPrintSymbol() argument
374 strcpy(SymbolAddrStr, printDashes); in darwinPrintSymbol()
628 const char *printBlanks, *printDashes, *printFormat; in sortAndPrintSymbolList() local
631 printDashes = "----------------"; in sortAndPrintSymbolList()
644 printDashes = "--------"; in sortAndPrintSymbolList()
697 strcpy(SymbolAddrStr, printDashes); in sortAndPrintSymbolList()
711 darwinPrintSymbol(Obj, I, SymbolAddrStr, printBlanks, printDashes, in sortAndPrintSymbolList()