Searched refs:NList (Results 1 – 4 of 4) sorted by relevance
153 std::vector<typename MachOTraits::NList> Symbols;191 typename MachOTraits::NList &nlist() {248 typename MachOTraits::NList Sym;326 typename MachOTraits::NList Sym;425 Offset = alignTo(Offset, sizeof(typename MachOTraits::NList));431 Offset += NumSymbols * sizeof(typename MachOTraits::NList);540 while (Offset % sizeof(typename MachOTraits::NList))582 using NList = MachO::nlist_64;
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() typedef809 const NList &sym = nList[i]; in parseSymbols()843 const NList &sym = nList[symIndex]; in parseSymbols()[all …]
197 template <class NList>198 Symbol *parseNonSectionSymbol(const NList &sym, const char *strtab);