Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c776 UInt32 *sectionBase; // Start of the section member
825 state->sectionBase = (UInt32 *) GetSectionBaseAddress(fragToFix, relocHeader->sectionIndex); in InitEngineState()
826 state->relocAddress = state->sectionBase; in InitEngineState()
1104 state.relocAddress = (UInt32 *) ( ((char *) state.sectionBase) + offset); in RunRelocationEngine()