Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp806 symbols.resize(nList.size()); in parseSymbols()
808 for (uint32_t i = 0; i < nList.size(); ++i) { in parseSymbols()
809 const NList &sym = nList[i]; in parseSymbols()
843 const NList &sym = nList[symIndex]; in parseSymbols()
872 if (nList[lhs].n_value == nList[rhs].n_value && in parseSymbols()
873 nList[lhs].n_type & N_EXT && nList[rhs].n_type & N_EXT) in parseSymbols()
874 return !(nList[lhs].n_desc & N_WEAK_DEF) && (nList[rhs].n_desc & N_WEAK_DEF); in parseSymbols()
875 return nList[lhs].n_value < nList[rhs].n_value; in parseSymbols()
879 const NList &sym = nList[symIndex]; in parseSymbols()
1068 symbols.resize(nList.size()); in parseLazy()
[all …]
H A DSyntheticSections.cpp1325 nList->n_strx = entry.strx; in writeTo()
1326 nList->n_type = entry.type; in writeTo()
1327 nList->n_sect = entry.sect; in writeTo()
1328 nList->n_desc = entry.desc; in writeTo()
1330 ++nList; in writeTo()
1335 nList->n_strx = entry.strx; in writeTo()
1353 nList->n_sect = NO_SECT; in writeTo()
1362 nList->n_desc |= in writeTo()
1376 nList->n_type = N_EXT; in writeTo()
1379 nList->n_desc = n_desc; in writeTo()
[all …]
H A DInputFiles.h195 ArrayRef<typename LP::nlist> nList, const char *strtab,
/freebsd/contrib/sqlite3/
H A Dsqlite3.c60302 nList = 0;
60306 nList++;
60311 nList = 1;
66790 assert( nList<=HASHTABLE_NPAGE && nList>0 );
190536 int nList;
190841 int nList;
190867 p->nList = pPhrase->doclist.nList;
190984 pDL->nList = nList;
199133 memset(&pList[nList], 0, pEnd - &pList[nList]);
199149 i64 nList
[all …]