Searched refs:ELFSectionHeaderTable (Results 1 – 3 of 3) sorted by relevance
27 ELFSectionHeaderTable<Bitwidth>::~ELFSectionHeaderTable() { in ~ELFSectionHeaderTable()35 inline ELFSectionHeaderTable<Bitwidth> *36 ELFSectionHeaderTable<Bitwidth>::read(Archiver &AR, ELFObjectTy *owner) { in read()44 std::unique_ptr<ELFSectionHeaderTable> tab(new ELFSectionHeaderTable()); in read()71 inline void ELFSectionHeaderTable<Bitwidth>::print() const { in print()87 inline void ELFSectionHeaderTable<Bitwidth>::buildNameMap() { in buildNameMap()98 ELFSectionHeaderTable<Bitwidth>::getByName(const std::string &name) const { in getByName()110 ELFSectionHeaderTable<Bitwidth>::getByName(const std::string &name) { in getByName()
28 class ELFSectionHeaderTable {37 ELFSectionHeaderTable() { in ELFSectionHeaderTable() function41 ~ELFSectionHeaderTable();
36 template <unsigned Bitwidth> class ELFSectionHeaderTable; variable170 typedef ELFSectionHeaderTable<BITWIDTH> ELFSectionHeaderTableTy; \