Searched refs:nFile (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DWriterMachO.cpp32 llvm::Expected<std::unique_ptr<NormalizedFile>> nFile = variable
34 if (auto ec = nFile.takeError())
45 return writeBinary(*nFile->get(), path);
H A DMachONormalizedFileFromAtoms.cpp724 void Util::copyEntryPointAddress(NormalizedFile &nFile) { argument
726 nFile.entryAddress = 0;
732 nFile.entryAddress = (_atomToAddress[_entryAtom] | 1);
734 nFile.entryAddress = _atomToAddress[_entryAtom];
1221 NormalizedFile &nFile) {
1248 nFile.dependentDylibs.push_back(depInfo);
1256 for (DependentDylib &dep : nFile.dependentDylibs) {
1422 NormalizedFile &nFile) {
1445 nFile.rebasingInfo.push_back(rebase);
1457 nFile
1220 addDependentDylibs(const lld::File &atomFile, NormalizedFile &nFile) argument
1421 addRebaseAndBindingInfo(const lld::File &atomFile, NormalizedFile &nFile) argument
1533 addExportInfo(const lld::File &atomFile, NormalizedFile &nFile) argument
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c6079 u16 nFile; member in struct:ZipfileCDS
6115 u16 nFile; member in struct:ZipfileLFH
6216 int nFile = 0; local
6238 nFile = (int)strlen(zFile)+1;
6243 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile);
6245 memset(pNew, 0, nByte+nFile);
6250 memcpy(pNew->zFile, zFile, nFile);
6489 pCDS->nFile = zipfileRead16(aRead);
6525 pLFH->nFile = zipfileRead16(aRead);
6697 int nFile local
[all...]

Completed in 136 milliseconds