Searched refs:readRela (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFReloc.hxx28 ELFReloc_CRTP<Bitwidth>::readRela(Archiver &AR, size_t index) { function in class:ELFReloc_CRTP
H A DELFSectionRelTable.hxx78 rt->table.push_back(ELFRelocTy::readRela(AR, i));
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h87 /// readRela - read ELF rela and create Relocation
88 bool readRela(Input& pInput,
177 /// readRela - read ELF rela and create Relocation
178 bool readRela(Input& pInput,
H A DELFReaderIf.h81 /// readRela - read ELF rela and create Relocation
82 virtual bool readRela(Input& pInput,
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFReloc.h64 static ELFRelocTy *readRela(Archiver &AR, size_t index);
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp138 ASSERT_TRUE(m_pELFReader->readRela(*m_pInput, **rs, region));
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp328 if (!m_pELFReader->readRela(pInput, **rs, region)) {
H A DELFReader.cpp212 /// ELFReader::readRela - read ELF rela and create Relocation
213 bool ELFReader<32, true>::readRela(Input& pInput, function in class:ELFReader
732 /// ELFReader::readRela - read ELF rela and create Relocation
733 bool ELFReader<64, true>::readRela(Input& pInput, function in class:ELFReader

Completed in 873 milliseconds