Searched refs:nList (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp219 void InputFile::parseSymbols(ArrayRef<structs::nlist_64> nList, argument
223 symbols.resize(nList.size());
237 for (size_t i = 0, n = nList.size(); i < n; ++i) {
238 const structs::nlist_64 &sym = nList[i];
259 // nList entries aren't necessarily arranged in address order. Therefore,
297 const structs::nlist_64 &sym = nList[idx];
319 ArrayRef<structs::nlist_64> nList(
323 parseSymbols(nList, strtab, subsectionsViaSymbols);
H A DSyntheticSections.cpp378 auto *nList = reinterpret_cast<structs::nlist_64 *>(buf); local
380 nList->n_strx = entry.strx;
384 nList->n_type = MachO::N_EXT | MachO::N_SECT;
385 nList->n_sect = defined->isec->parent->index;
387 nList->n_value = defined->value + defined->isec->getVA();
389 ++nList;
H A DInputFiles.h59 void parseSymbols(ArrayRef<lld::structs::nlist_64> nList, const char *strtab,
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c55273 int nList; /* Number of pages in pList */ local
61462 int nList; /* Number of elements in aList */ member in struct:Sublist
61466 const int nList = *pnList; /* Size of input list */ local
107437 int nList; /* Number of tokens in pList */ member in struct:RenameCtx
170034 int nList; /* Length of position list */ member in struct:Fts3Doclist
172765 sqlite3Fts3FirstFilter( sqlite3_int64 iDelta, char *pList, int nList, char *pOut ) argument
173223 fts3DoclistCountDocids(char *aList, int nList) argument
174310 int nList; local
174611 int nList; member in struct:TokenDoclist
174733 int nList = 0; local
175080 int nList = 0; local
182844 int nList = *pnList; local
182928 int nList; local
183199 int nList = 0; local
186548 int nList; /* Number of phrases in expression */ local
219753 int nList = p->nData - nHashPre; local
221740 int nList; local
221814 int nList = 0; local
222260 int nList = 0; local
[all...]

Completed in 451 milliseconds