Searched refs:NList (Results 1 – 2 of 2) sorted by relevance
476 template <class NList>477 static macho::Symbol *createDefined(const NList &sym, StringRef name, in createDefined()546 template <class NList>547 static macho::Symbol *createAbsolute(const NList &sym, InputFile *file, in createAbsolute()563 template <class NList>564 macho::Symbol *ObjFile::parseNonSectionSymbol(const NList &sym, in parseNonSectionSymbol()588 template <class NList>589 static bool isUndef(const NList &sym) { in isUndef()597 using NList = typename LP::nlist; in parseSymbols() typedef604 const NList &sym = nList[i]; in parseSymbols()[all …]
115 template <class NList>116 Symbol *parseNonSectionSymbol(const NList &sym, StringRef name);