Lines Matching refs:nFile
724 void Util::copyEntryPointAddress(NormalizedFile &nFile) { in copyEntryPointAddress() argument
726 nFile.entryAddress = 0; in copyEntryPointAddress()
732 nFile.entryAddress = (_atomToAddress[_entryAtom] | 1); in copyEntryPointAddress()
734 nFile.entryAddress = _atomToAddress[_entryAtom]; in copyEntryPointAddress()
1221 NormalizedFile &nFile) { in addDependentDylibs() argument
1248 nFile.dependentDylibs.push_back(depInfo); in addDependentDylibs()
1256 for (DependentDylib &dep : nFile.dependentDylibs) { in addDependentDylibs()
1422 NormalizedFile &nFile) { in addRebaseAndBindingInfo() argument
1445 nFile.rebasingInfo.push_back(rebase); in addRebaseAndBindingInfo()
1457 nFile.bindingInfo.push_back(bind); in addRebaseAndBindingInfo()
1473 nFile.lazyBindingInfo.push_back(bind); in addRebaseAndBindingInfo()
1478 fixLazyReferenceImm(atom, offsetInBindInfo, nFile); in addRebaseAndBindingInfo()
1533 void Util::addExportInfo(const lld::File &atomFile, NormalizedFile &nFile) { in addExportInfo() argument
1556 nFile.exportInfo.push_back(exprt); in addExportInfo()