Searched refs:NList (Results 1 – 4 of 4) sorted by relevance
148 std::vector<typename MachOTraits::NList> Symbols;186 typename MachOTraits::NList &nlist() {243 typename MachOTraits::NList Sym;321 typename MachOTraits::NList Sym;420 Offset = alignTo(Offset, sizeof(typename MachOTraits::NList));426 Offset += NumSymbols * sizeof(typename MachOTraits::NList);535 while (Offset % sizeof(typename MachOTraits::NList))577 using NList = MachO::nlist_64;
656 template <class NList>657 static macho::Symbol *createDefined(const NList &sym, StringRef name, in createDefined()733 template <class NList>734 static macho::Symbol *createAbsolute(const NList &sym, InputFile *file, in createAbsolute()754 template <class NList>755 macho::Symbol *ObjFile::parseNonSectionSymbol(const NList &sym, in parseNonSectionSymbol()792 template <class NList> static bool isUndef(const NList &sym) { in isUndef()800 using NList = typename LP::nlist; in parseSymbols() typedef807 const NList &sym = nList[i]; in parseSymbols()841 const NList &sym = nList[symIndex]; in parseSymbols()[all …]
197 template <class NList>198 Symbol *parseNonSectionSymbol(const NList &sym, const char *strtab);