Lines Matching refs:nil
172 MoreAssertQ(fragToFix != nil); in ReadContainerBasics()
173 MoreAssertQ(fragToFix->locator.fileSpec != nil); in ReadContainerBasics()
174 MoreAssertQ(fragToFix->connID != nil); in ReadContainerBasics()
175 MoreAssertQ(fragToFix->loaderSection == nil); in ReadContainerBasics()
176 MoreAssertQ(fragToFix->sectionHeaders == nil); in ReadContainerBasics()
271 MoreAssertQ(inOpStart != nil); in DecodeInstrCountValue()
272 MoreAssertQ(outCount != nil); in DecodeInstrCountValue()
295 MoreAssertQ(packedData != nil); in UnpackPEFDataSection()
296 MoreAssertQ(unpackedData != nil); in UnpackPEFDataSection()
522 packedDataSection = nil; in SetupSectionBaseAddresses()
523 unpackedDataSection = nil; in SetupSectionBaseAddresses()
612 if (packedDataSection != nil) { in SetupSectionBaseAddresses()
616 if (unpackedDataSection != nil) { in SetupSectionBaseAddresses()
635 MoreAssertQ(fragToFix != nil); in GetSectionBaseAddress()
646 result = nil; in GetSectionBaseAddress()
663 MoreAssertQ(loaderSection != nil); in FindImportLibrary()
664 MoreAssertQ(libraryName != nil); in FindImportLibrary()
665 MoreAssertQ(importLibrary != nil); in FindImportLibrary()
693 *importLibrary = nil; in FindImportLibrary()
725 MoreAssertQ(lookup != nil); in LookupSymbol()
726 MoreAssertQ(loaderSection != nil); in LookupSymbol()
728 MoreAssertQ(symbolValue != nil); in LookupSymbol()
802 MoreAssertQ(fragToFix != nil); in InitEngineState()
803 MoreAssertQ(state != nil); in InitEngineState()
843 if (state->sectionC != nil) { in InitEngineState()
852 if (state->sectionD != nil) { in InitEngineState()
862 if (state->relocAddress == nil) { in InitEngineState()
892 MoreAssertQ(fragToFix != nil); in RunRelocationEngine()
894 MoreAssertQ(fragToFix->sectionHeaders != nil); in RunRelocationEngine()
895 MoreAssertQ(fragToFix->loaderSection != nil); in RunRelocationEngine()
896 …MoreAssertQ(fragToFix->section0Base != nil); // Technically, having a nil for these two is … in RunRelocationEngine()
897 …MoreAssertQ(fragToFix->section1Base != nil); // but in practice it a wildly deviant case an… in RunRelocationEngine()
898 MoreAssertQ(importLibrary != nil); in RunRelocationEngine()
899 MoreAssertQ(lookup != nil); in RunRelocationEngine()
1054 MoreAssertQ(state.sectionC != nil); in RunRelocationEngine()
1063 MoreAssertQ(state.sectionD != nil); in RunRelocationEngine()
1176 MoreAssertQ(fragToFixLocator != nil); in CFMLateImportCore()
1177 MoreAssertQ(fragToFixConnID != nil); in CFMLateImportCore()
1178 MoreAssertQ(fragToFixInitRoutine != nil); in CFMLateImportCore()
1179 MoreAssertQ(weakLinkedLibraryName != nil); in CFMLateImportCore()
1180 MoreAssertQ(lookup != nil); in CFMLateImportCore()
1241 if (fragToFix.loaderSection != nil) { in CFMLateImportCore()
1245 if (fragToFix.sectionHeaders != nil) { in CFMLateImportCore()
1262 MoreAssertQ(symName != nil); in FragmentLookup()
1263 MoreAssertQ(symAddr != nil); in FragmentLookup()
1264 MoreAssertQ(refCon != nil); in FragmentLookup()
1277 *symAddr = nil; in FragmentLookup()
1291 MoreAssertQ(connIDToImport != nil); in CFMLateImportLibrary()
1305 MoreAssertQ(symName != nil); in BundleLookup()
1306 MoreAssertQ(symAddr != nil); in BundleLookup()
1307 MoreAssertQ(refCon != nil); in BundleLookup()
1309 symNameStr = nil; in BundleLookup()
1334 if (symNameStr == nil) { in BundleLookup()
1340 if (*symAddr == nil) { in BundleLookup()
1344 if (symNameStr != nil) { in BundleLookup()
1357 MoreAssertQ(bundleToImport != nil); in CFMLateImportBundle()