Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c779 …void *sectionC; // Memory address of an instantiated section within th… member
842 state->sectionC = GetSectionBaseAddress(fragToFix, 0); in InitEngineState()
843 if (state->sectionC != nil) { in InitEngineState()
849 (char *) state->sectionC -= fragToFix->sectionHeaders[0].defaultAddress; in InitEngineState()
1053 state.sectionC = GetSectionBaseAddress(fragToFix, index); in RunRelocationEngine()
1054 MoreAssertQ(state.sectionC != nil); in RunRelocationEngine()