Searched refs:ELFSectionHeader_CRTP (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionHeader.hxx27 char const *ELFSectionHeader_CRTP<Bitwidth>::getName() const {
33 typename ELFSectionHeader_CRTP<Bitwidth>::ELFSectionHeaderTy *
34 ELFSectionHeader_CRTP<Bitwidth>::read(Archiver &AR,
66 void ELFSectionHeader_CRTP<Bitwidth>::print(bool shouldPrintHeader) const {
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h30 class ELFSectionHeader_CRTP : private ELFSectionHeaderHelperMixin { class in inherits:ELFSectionHeaderHelperMixin
47 ELFSectionHeader_CRTP() { } function in class:ELFSectionHeader_CRTP
48 ~ELFSectionHeader_CRTP() { }
106 class ELFSectionHeader<32> : public ELFSectionHeader_CRTP<32> {
107 friend class ELFSectionHeader_CRTP<32>;
157 class ELFSectionHeader<64> : public ELFSectionHeader_CRTP<64> {
158 friend class ELFSectionHeader_CRTP<64>;

Completed in 735 milliseconds