Searched refs:readRelocations (Results 1 – 6 of 6) sorted by relevance
45 virtual bool readRelocations(Input& pFile) = 0;
56 virtual bool readRelocations(Input& pFile);
59 bool readRelocations();
175 m_pObjLinker->readRelocations(); in resolve()
303 bool ELFObjectReader::readRelocations(Input& pInput) { in readRelocations() function in mcld::ELFObjectReader
286 bool ObjectLinker::readRelocations() { in readRelocations() function in mcld::ObjectLinker293 if (!getObjectReader()->readRelocations(**input)) in readRelocations()