Searched refs:NMSymbol (Results 1 – 1 of 1) sorted by relevance
220 struct NMSymbol { struct272 bool operator<(const NMSymbol &A, const NMSymbol &B) { in operator <()286 bool operator>(const NMSymbol &A, const NMSymbol &B) { return B < A; } in operator >()287 bool operator==(const NMSymbol &A, const NMSymbol &B) { in operator ==()301 static void darwinPrintSymbol(SymbolicFile &Obj, const NMSymbol &S, in darwinPrintSymbol()592 static void darwinPrintStab(MachOObjectFile *MachO, const NMSymbol &S) { in darwinPrintStab()618 static bool symbolIsDefined(const NMSymbol &Sym) { in symbolIsDefined()635 static void sortSymbolList(std::vector<NMSymbol> &SymbolList) { in sortSymbolList()645 static void printExportSymbolList(const std::vector<NMSymbol> &SymbolList) { in printExportSymbolList()646 for (const NMSymbol &Sym : SymbolList) { in printExportSymbolList()[all …]