Lines Matching defs:NList
658 template <class NList>
659 static macho::Symbol *createDefined(const NList &sym, StringRef name,
735 template <class NList>
736 static macho::Symbol *createAbsolute(const NList &sym, InputFile *file,
756 template <class NList>
757 macho::Symbol *ObjFile::parseNonSectionSymbol(const NList &sym,
794 template <class NList> static bool isUndef(const NList &sym) {
802 using NList = typename LP::nlist;
809 const NList &sym = nList[i];
843 const NList &sym = nList[symIndex];
860 auto getSymName = [strtab](const NList& sym) -> StringRef {
879 const NList &sym = nList[symIndex];
990 using NList = typename LP::nlist;
1018 ArrayRef<NList> nList(reinterpret_cast<const NList *>(buf + c->symoff),
1051 using NList = typename LP::nlist;
1065 ArrayRef<NList> nList(reinterpret_cast<const NList *>(buf + c->symoff),