Searched refs:pSectBegin (Results 1 – 2 of 2) sorted by relevance
330 Module::iterator pSectBegin,336 Module::iterator pSectBegin,
1949 Module::iterator pSectBegin, in setOutputSectionOffset() argument1953 if (pSectBegin == pModule.end()) in setOutputSectionOffset()1958 (*pSectBegin)->index() <= (*pSectEnd)->index())); in setOutputSectionOffset()1961 (*pSectBegin)->setOffset(pStartOffset); in setOutputSectionOffset()1962 ++pSectBegin; in setOutputSectionOffset()1966 Module::iterator cur = pSectBegin; in setOutputSectionOffset()1967 Module::iterator prev = pSectBegin; in setOutputSectionOffset()1994 Module::iterator pSectBegin, in setOutputSectionAddress() argument1997 if (pSectBegin == pModule.end()) in setOutputSectionAddress()2002 (*pSectBegin)->index() <= (*pSectEnd)->index())); in setOutputSectionAddress()[all …]