Home
last modified time | relevance | path

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

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