Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h330 Module::iterator pSectBegin,
336 Module::iterator pSectBegin,
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1949 Module::iterator pSectBegin, in setOutputSectionOffset() argument
1953 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() argument
1997 if (pSectBegin == pModule.end()) in setOutputSectionAddress()
2002 (*pSectBegin)->index() <= (*pSectEnd)->index())); in setOutputSectionAddress()
[all …]