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