Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/MC/
DMCLinker.cpp520 m_RelocationList.push_back(relocation); in addRelocation()
530 RelocationListType::iterator relocIter, relocEnd = m_RelocationList.end(); in applyRelocations()
532 for (relocIter = m_RelocationList.begin(); relocIter != relocEnd; ++relocIter) { in applyRelocations()
548 RelocationListType::iterator relocIter, relocEnd = m_RelocationList.end(); in syncRelocationResult()
549 for (relocIter = m_RelocationList.begin(); relocIter != relocEnd; ++relocIter) { in syncRelocationResult()
/frameworks/compile/mclinker/include/mcld/MC/
DMCLinker.h269 RelocationListType m_RelocationList; variable