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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectReader.h46 /// readRelocations - read relocation sections
49 virtual bool readRelocations(Input& pFile);
H A DObjectReader.h50 /// readRelocations - read relocation sections
53 virtual bool readRelocations(Input& pFile) = 0;
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDDriver.h74 /// readRelocations - read all relocation entries
75 bool readRelocations();
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp223 /// readRelocations - read all relocation entries
226 bool MCLDDriver::readRelocations() function in class:MCLDDriver
233 if (!m_LDBackend.getObjectReader()->readRelocations(**input))
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp373 mDriver->readRelocations();
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp147 m_pLDDriver->readRelocations();
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp243 bool ELFObjectReader::readRelocations(Input& pInput) function in class:ELFObjectReader
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp366 mDriver->readRelocations();

Completed in 765 milliseconds