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 58 /// readRelocations - read relocation sections
61 virtual bool readRelocations(Input& pFile);
ObjectReader.h 47 /// readRelocations - read relocation sections
50 virtual bool readRelocations(Input& pFile) = 0;
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 69 /// readRelocations - read all relocation entries
70 bool readRelocations();
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 220 /// readRelocations - read all relocation entries
223 bool ObjectLinker::readRelocations()
230 if (!getObjectReader()->readRelocations(**input))
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 173 m_pObjLinker->readRelocations();
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 301 bool ELFObjectReader::readRelocations(Input& pInput)

Completed in 181 milliseconds