Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c518 Ptr packedDataSection; in SetupSectionBaseAddresses() local
522 packedDataSection = nil; in SetupSectionBaseAddresses()
558 packedDataSection = NewPtr(initSectionHeader->containerLength); in SetupSectionBaseAddresses()
573 packedDataSection); in SetupSectionBaseAddresses()
579 … err = UnpackPEFDataSection( (UInt8 *) packedDataSection, initSectionHeader->containerLength, in SetupSectionBaseAddresses()
612 if (packedDataSection != nil) { in SetupSectionBaseAddresses()
613 DisposePtr(packedDataSection); in SetupSectionBaseAddresses()