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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 88 /// readRel - read ELF rel and create Relocation
89 bool readRel(Input& pInput,
173 /// readRel - read ELF rel and create Relocation
174 bool readRel(Input& pInput,
ELFReaderIf.h 79 /// readRel - read ELF rel and create Relocation
80 virtual bool readRel(Input& pInput,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 325 if (!m_pELFReader->readRel(pInput, **rs, region)) {
ELFReader.cpp 232 /// readRel - read ELF rel and create Relocation
233 bool ELFReader<32, true>::readRel(Input& pInput,
727 /// readRel - read ELF rel and create Relocation
728 bool ELFReader<64, true>::readRel(Input& pInput,
    [all...]

Completed in 837 milliseconds