Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c623 static void *GetSectionBaseAddress(const FragToFixInfo *fragToFix, UInt16 sectionIndex) in GetSectionBaseAddress() function
825 state->sectionBase = (UInt32 *) GetSectionBaseAddress(fragToFix, relocHeader->sectionIndex); in InitEngineState()
842 state->sectionC = GetSectionBaseAddress(fragToFix, 0); in InitEngineState()
851 state->sectionD = GetSectionBaseAddress(fragToFix, 1); in InitEngineState()
1053 state.sectionC = GetSectionBaseAddress(fragToFix, index); in RunRelocationEngine()
1062 state.sectionD = GetSectionBaseAddress(fragToFix, index); in RunRelocationEngine()