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

Completed in 344 milliseconds