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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFDynObjReader.h19 class ELFReaderIF;
42 ELFReaderIF *m_pELFReader;
H A DELFObjectReader.h21 class ELFReaderIF;
61 ELFReaderIF* m_pELFReader;
H A DELFReaderIf.h30 /** \class ELFReaderIF
31 * \brief ELFReaderIF provides common interface for all kind of ELF readers.
33 class ELFReaderIF class in namespace:mcld
36 ELFReaderIF(GNULDBackend& pBackend) function in class:mcld::ELFReaderIF
40 virtual ~ELFReaderIF() { }
H A DELFReader.h39 class ELFReader<32, true> : public ELFReaderIF
129 class ELFReader<64, true> : public ELFReaderIF
/frameworks/compile/mclinker/lib/LD/
H A DELFReaderIf.cpp27 // ELFReaderIF
30 ResolveInfo::Type ELFReaderIF::getSymType(uint8_t pInfo, uint16_t pShndx) const
45 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, const Input& pInput) const
76 ELFReaderIF::getSymBinding(uint8_t pBinding, uint16_t pShndx, uint8_t pVis) const
98 ELFReaderIF::getSymFragmentRef(Input& pInput,
129 ELFReaderIF::getSymVisibility(uint8_t pVis) const
135 uint64_t ELFReaderIF::getSymValue(uint64_t pValue,
H A DELFReader.cpp37 : ELFReaderIF(pBackend) {
562 : ELFReaderIF(pBackend) {
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.h49 mcld::ELFReaderIF* m_pELFReader;

Completed in 301 milliseconds