Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c519 Ptr unpackedDataSection; in SetupSectionBaseAddresses() local
523 unpackedDataSection = nil; in SetupSectionBaseAddresses()
562 unpackedDataSection = NewPtr(initSectionHeader->unpackedLength); in SetupSectionBaseAddresses()
580 … (UInt8 *) unpackedDataSection, initSectionHeader->unpackedLength); in SetupSectionBaseAddresses()
586 BlockMoveData(unpackedDataSection + initOffset, &originalOffsets, sizeof(TVector)); in SetupSectionBaseAddresses()
616 if (unpackedDataSection != nil) { in SetupSectionBaseAddresses()
617 DisposePtr(unpackedDataSection); in SetupSectionBaseAddresses()