Lines Matching defs:sym
35 Symbol *sym; in insert() local
54 const Symbol *sym; member
294 const object::Archive::Symbol &sym) { in addLazyArchive()
348 static Defined *createBoundarySymbol(const Undefined &sym) { in createBoundarySymbol()
354 static void handleSectionBoundarySymbol(const Undefined &sym, StringRef segSect, in handleSectionBoundarySymbol()
394 static void handleSegmentBoundarySymbol(const Undefined &sym, StringRef segName, in handleSegmentBoundarySymbol()
405 static bool recoverFromUndefinedSymbol(const Undefined &sym) { in recoverFromUndefinedSymbol()
497 static const Symbol *getAlternativeSpelling(const Undefined &sym, in getAlternativeSpelling()
608 static void reportUndefinedSymbol(const Undefined &sym, in reportUndefinedSymbol()
673 void macho::treatUndefinedSymbol(const Undefined &sym, StringRef source) { in treatUndefinedSymbol()
680 void macho::treatUndefinedSymbol(const Undefined &sym, const InputSection *isec, in treatUndefinedSymbol()