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 43 /// readRelocations - read relocation sections
46 virtual bool readRelocations(Input& pFile) = 0;
ELFObjectReader.h 55 /// readRelocations - read relocation sections
58 virtual bool readRelocations(Input& pFile);
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 60 /// readRelocations - read all relocation entries
61 bool readRelocations();
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 177 m_pObjLinker->readRelocations();
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 312 bool ELFObjectReader::readRelocations(Input& pInput)
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 284 /// readRelocations - read all relocation entries
287 bool ObjectLinker::readRelocations()
294 if (!getObjectReader()->readRelocations(**input))
    [all...]

Completed in 3362 milliseconds