Home | History | Annotate | Download | only in LD

Lines Matching defs:ELFObjectReader

1 //===- ELFObjectReader.cpp ------------------------------------------------===//
9 #include <mcld/LD/ELFObjectReader.h>
31 // ELFObjectReader
34 ELFObjectReader::ELFObjectReader(GNULDBackend& pBackend,
55 ELFObjectReader::~ELFObjectReader()
62 bool ELFObjectReader::isMyFormat(Input &pInput, bool &pContinue) const
94 bool ELFObjectReader::readHeader(Input& pInput)
110 bool ELFObjectReader::readSections(Input& pInput)
280 bool ELFObjectReader::readSymbols(Input& pInput)
312 bool ELFObjectReader::readRelocations(Input& pInput)