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

/frameworks/compile/linkloader/include/
H A DELFSectionHeader.h104 #include "impl/ELFSectionHeader.hxx"
107 class ELFSectionHeader<32> : public ELFSectionHeader_CRTP<32> { class in inherits:ELFSectionHeader_CRTP
117 ELFSectionHeader() { function in class:ELFSectionHeader
122 AR.prologue(TypeTraits<ELFSectionHeader>::size);
135 AR.epilogue(TypeTraits<ELFSectionHeader>::size);
158 class ELFSectionHeader<64> : public ELFSectionHeader_CRTP<64> { class in inherits:ELFSectionHeader_CRTP
168 ELFSectionHeader() { function in class:ELFSectionHeader
173 AR.prologue(TypeTraits<ELFSectionHeader>::size);
186 AR.epilogue(TypeTraits<ELFSectionHeader>::size);

Completed in 35 milliseconds