Searched refs:readRel (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFReloc.hxx56 ELFReloc_CRTP<Bitwidth>::readRel(Archiver &AR, size_t index) { function in class:ELFReloc_CRTP
H A DELFSectionRelTable.hxx72 rt->table.push_back(ELFRelocTy::readRel(AR, i));
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h92 /// readRel - read ELF rel and create Relocation
93 bool readRel(Input& pInput,
182 /// readRel - read ELF rel and create Relocation
183 bool readRel(Input& pInput,
H A DELFReaderIf.h86 /// readRel - read ELF rel and create Relocation
87 virtual bool readRel(Input& pInput,
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFReloc.h61 static ELFRelocTy *readRel(Archiver &AR, size_t index);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp334 if (!m_pELFReader->readRel(pInput, **rs, region)) {
H A DELFReader.cpp240 /// readRel - read ELF rel and create Relocation
241 bool ELFReader<32, true>::readRel(Input& pInput, function in class:ELFReader
762 /// readRel - read ELF rel and create Relocation
763 bool ELFReader<64, true>::readRel(Input& pInput, function in class:ELFReader

Completed in 396 milliseconds