Searched refs:ELFSectionBits (Results 1 – 5 of 5) sorted by relevance
27 class ELFSectionBits : public ELFSection<Bitwidth> {33 ELFSectionBits() : sh(NULL) { } in ELFSectionBits() function
26 class ELFSectionNoBits : public ELFSectionBits<Bitwidth> {
27 class ELFSectionProgBits : public ELFSectionBits<Bitwidth> {
34 template <unsigned Bitwidth> class ELFSectionBits; variable168 typedef ELFSectionBits<BITWIDTH> ELFSectionBitsTy; \
28 inline void ELFSectionBits<Bitwidth>::print() const { in print()50 inline bool ELFSectionBits<Bitwidth>::protect() { in protect()