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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectReader.h58 /// readRelocations - read relocation sections
61 virtual bool readRelocations(Input& pFile);
H A DObjectReader.h47 /// readRelocations - read relocation sections
50 virtual bool readRelocations(Input& pFile) = 0;
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h69 /// readRelocations - read all relocation entries
70 bool readRelocations();
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp220 /// readRelocations - read all relocation entries
223 bool ObjectLinker::readRelocations() function in class:ObjectLinker
230 if (!getObjectReader()->readRelocations(**input))
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp173 m_pObjLinker->readRelocations();
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp301 bool ELFObjectReader::readRelocations(Input& pInput) function in class:ELFObjectReader

Completed in 2342 milliseconds