Searched refs:m_RelocationList (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp606 m_RelocationList.push_back(relocation);
618 RelocationListType::iterator relocIter, relocEnd = m_RelocationList.end();
620 for (relocIter = m_RelocationList.begin(); relocIter != relocEnd; ++relocIter) {
635 RelocationListType::iterator relocIter, relocEnd = m_RelocationList.end();
636 for (relocIter = m_RelocationList.begin(); relocIter != relocEnd; ++relocIter) {
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLinker.h275 RelocationListType m_RelocationList; member in class:mcld::MCLinker

Completed in 545 milliseconds