Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFReader.h88 bool readRela(Input& pInput,
178 bool readRela(Input& pInput,
DELFReaderIf.h82 virtual bool readRela(Input& pInput,
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFReloc.hxx28 ELFReloc_CRTP<Bitwidth>::readRela(Archiver &AR, size_t index) { in readRela() function in ELFReloc_CRTP
DELFSectionRelTable.hxx78 rt->table.push_back(ELFRelocTy::readRela(AR, i)); in read()
/frameworks/rs/cpu_ref/linkloader/include/
DELFReloc.h64 static ELFRelocTy *readRela(Archiver &AR, size_t index);
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp138 ASSERT_TRUE(m_pELFReader->readRela(*m_pInput, **rs, region)); in TEST_F()
/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp328 if (!m_pELFReader->readRela(pInput, **rs, region)) { in readRelocations()
DELFReader.cpp213 bool ELFReader<32, true>::readRela(Input& pInput, in readRela() function in ELFReader
733 bool ELFReader<64, true>::readRela(Input& pInput, in readRela() function in ELFReader