Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DObjectReader.h45 virtual bool readRelocations(Input& pFile) = 0;
DELFObjectReader.h56 virtual bool readRelocations(Input& pFile);
/frameworks/compile/mclinker/include/mcld/Object/
DObjectLinker.h59 bool readRelocations();
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp175 m_pObjLinker->readRelocations(); in resolve()
/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp303 bool ELFObjectReader::readRelocations(Input& pInput) { in readRelocations() function in mcld::ELFObjectReader
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp286 bool ObjectLinker::readRelocations() { in readRelocations() function in mcld::ObjectLinker
293 if (!getObjectReader()->readRelocations(**input)) in readRelocations()