Searched refs:NList (Results 1 – 5 of 5) sorted by relevance
161 static bool transferSymbol(NListTy NList, bool IsLittleEndian, in transferSymbol() argument166 if ((NList.n_type & MachO::N_TYPE) == MachO::N_UNDF) in transferSymbol()171 if (NList.n_type == MachO::N_AST) in transferSymbol()174 StringRef Name = StringRef(Strings.begin() + NList.n_strx); in transferSymbol()180 (NList.n_type != MachO::N_SO) || (!Name.empty() && Name[0] != '\0'); in transferSymbol()182 } else if (NList.n_type == MachO::N_SO) { in transferSymbol()190 NList.n_strx = NewStrings.getStringOffset(Name) + 1; in transferSymbol()192 MachO::swapStruct(NList); in transferSymbol()194 NewSymtab.append(reinterpret_cast<char *>(&NList), in transferSymbol()195 reinterpret_cast<char *>(&NList + 1)); in transferSymbol()
642 template <class NList>719 template <class NList>738 template <class NList>776 template <class NList> static bool isUndef(const NList &sym) { in isUndef()784 using NList = typename LP::nlist; in parseSymbols() typedef791 const NList &sym = nList[i]; in parseSymbols()864 const NList &sym = nList[symIndex]; in parseSymbols()968 using NList = typename LP::nlist; in parse() typedef1007 ArrayRef<NList> nList(reinterpret_cast<const NList *>(buf + c->symoff), in parse()1040 using NList = typename LP::nlist; in parseLazy() typedef[all …]
190 template <class NList>191 Symbol *parseNonSectionSymbol(const NList &sym, const char *strtab);
1124 nlist = Mach.NList()1571 class NList: class in Mach1617 stab = Mach.NList.Type.Stab(self.value)1644 self.type = Mach.NList.Type()
35 using NList = MachO::nlist_64; typedef