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

/frameworks/compile/mclinker/include/mcld/LD/
H A DObjectReader.h42 /// readRelocations - read relocation sections
45 virtual bool readRelocations(Input& pFile) = 0;
H A DELFObjectReader.h53 /// readRelocations - read relocation sections
56 virtual bool readRelocations(Input& pFile);
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h58 /// readRelocations - read all relocation entries
59 bool readRelocations();
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp175 m_pObjLinker->readRelocations();
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp303 bool ELFObjectReader::readRelocations(Input& pInput) { function in class:mcld::ELFObjectReader
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp283 /// readRelocations - read all relocation entries
286 bool ObjectLinker::readRelocations() { function in class:mcld::ObjectLinker
293 if (!getObjectReader()->readRelocations(**input))

Completed in 80 milliseconds