Searched refs:ELFSectionHeader (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h103 #include "impl/ELFSectionHeader.hxx"
106 class ELFSectionHeader<32> : public ELFSectionHeader_CRTP<32> { class in inherits:ELFSectionHeader_CRTP
116 ELFSectionHeader() { function in class:ELFSectionHeader
121 AR.prologue(TypeTraits<ELFSectionHeader>::size);
134 AR.epilogue(TypeTraits<ELFSectionHeader>::size);
157 class ELFSectionHeader<64> : public ELFSectionHeader_CRTP<64> { class in inherits:ELFSectionHeader_CRTP
167 ELFSectionHeader() { function in class:ELFSectionHeader
172 AR.prologue(TypeTraits<ELFSectionHeader>::size);
185 AR.epilogue(TypeTraits<ELFSectionHeader>::size);
H A DELFSectionBits.h27 ELFSectionHeader<Bitwidth> const *sh;
H A DELFTypes.h35 template <unsigned Bitwidth> class ELFSectionHeader;
53 TYPE_TRAITS_SPECIALIZE(ELFSectionHeader<32> , 40, 4)
54 TYPE_TRAITS_SPECIALIZE(ELFSectionHeader<64> , 64, 8)
169 typedef ELFSectionHeader<BITWIDTH> ELFSectionHeaderTy; \
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx22 #include "ELFSectionHeader.h"
97 inline ELFSectionHeader<Bitwidth> const *
109 inline ELFSectionHeader<Bitwidth> *
/frameworks/rs/
H A DAndroid.mk286 cpu_ref/linkloader/lib/ELFSectionHeader.cpp \

Completed in 4384 milliseconds