Searched refs:ELFSectionHeaderTable (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx27 ELFSectionHeaderTable<Bitwidth>::~ELFSectionHeaderTable() {
35 inline ELFSectionHeaderTable<Bitwidth> *
36 ELFSectionHeaderTable<Bitwidth>::read(Archiver &AR, ELFObjectTy *owner) {
44 std::unique_ptr<ELFSectionHeaderTable> tab(new ELFSectionHeaderTable());
71 inline void ELFSectionHeaderTable<Bitwidth>::print() const {
87 inline void ELFSectionHeaderTable<Bitwidth>::buildNameMap() {
98 ELFSectionHeaderTable<Bitwidth>::getByName(const std::string &name) const {
110 ELFSectionHeaderTable<Bitwidt
[all...]
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeaderTable.h28 class ELFSectionHeaderTable { class
37 ELFSectionHeaderTable() { function in class:ELFSectionHeaderTable
41 ~ELFSectionHeaderTable();
62 #include "impl/ELFSectionHeaderTable.hxx"
H A DELFTypes.h36 template <unsigned Bitwidth> class ELFSectionHeaderTable;
170 typedef ELFSectionHeaderTable<BITWIDTH> ELFSectionHeaderTableTy; \

Completed in 123 milliseconds