HomeSort by relevance Sort by last modified time
    Searched refs:readRelocations (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectReader.h 46 /// readRelocations - read relocation sections
49 virtual bool readRelocations(Input& pFile);
ObjectReader.h 50 /// readRelocations - read relocation sections
53 virtual bool readRelocations(Input& pFile) = 0;
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDDriver.h 77 /// readRelocations - read all relocation entries
78 bool readRelocations();
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 260 /// readRelocations - read all relocation entries
263 bool MCLDDriver::readRelocations()
270 if (!m_LDBackend.getObjectReader()->readRelocations(**input))
  /frameworks/compile/mclinker/lib/CodeGen/
SectLinker.cpp 161 m_pLDDriver->readRelocations();
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 213 bool ELFObjectReader::readRelocations(Input& pInput)

Completed in 1702 milliseconds