Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c780 …void *sectionD; // Memory address of an instantiated section within th… member
851 state->sectionD = GetSectionBaseAddress(fragToFix, 1); in InitEngineState()
852 if (state->sectionD != nil) { in InitEngineState()
858 (char *) state->sectionD -= fragToFix->sectionHeaders[1].defaultAddress; in InitEngineState()
1062 state.sectionD = GetSectionBaseAddress(fragToFix, index); in RunRelocationEngine()
1063 MoreAssertQ(state.sectionD != nil); in RunRelocationEngine()