Lines Matching refs:NList
768 template <class NList>
769 static macho::Symbol *createDefined(const NList &sym, StringRef name, in createDefined()
848 template <class NList>
849 static macho::Symbol *createAbsolute(const NList &sym, InputFile *file, in createAbsolute()
867 template <class NList>
868 macho::Symbol *ObjFile::parseNonSectionSymbol(const NList &sym, in parseNonSectionSymbol()
893 template <class NList> static bool isUndef(const NList &sym) { in isUndef()
901 using NList = typename LP::nlist; in parseSymbols() typedef
908 const NList &sym = nList[i]; in parseSymbols()
942 const NList &sym = nList[symIndex]; in parseSymbols()
968 const NList &sym = nList[symIndex]; in parseSymbols()
1024 const NList &sym = nList[i]; in parseSymbols()
1065 using NList = typename LP::nlist; in parse() typedef
1101 ArrayRef<NList> nList(reinterpret_cast<const NList *>(buf + c->symoff), in parse()
1139 using NList = typename LP::nlist; in parseLazy() typedef
1147 ArrayRef<NList> nList(reinterpret_cast<const NList *>(buf + c->symoff), in parseLazy()
1152 const NList &sym = it.value(); in parseLazy()