Searched refs:ELFSection (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/linkloader/include/
H A DELFSection.h24 class ELFSection { class
29 ELFSection() { } function in class:ELFSection
32 virtual ~ELFSection() { }
37 static ELFSection *read(Archiver &AR, ELFObjectTy *,
41 #include "impl/ELFSection.hxx"
H A DELFSectionStrTab.h21 #include "ELFSection.h"
26 class ELFSectionStrTab : public ELFSection<Bitwidth> {
H A DELFSectionBits.h21 #include "ELFSection.h"
27 class ELFSectionBits : public ELFSection<Bitwidth> {
H A DELFSectionRelTable.h21 #include "ELFSection.h"
27 class ELFSectionRelTable : public ELFSection<Bitwidth> {
H A DELFSectionSymTab.h28 class ELFSectionSymTab : public ELFSection<Bitwidth> {
H A DELFTypes.h33 template <unsigned Bitwidth> class ELFSection;
167 typedef ELFSection<BITWIDTH> ELFSectionTy; \
/frameworks/compile/linkloader/include/impl/
H A DELFSection.hxx33 inline ELFSection<Bitwidth> *
34 ELFSection<Bitwidth>::read(Archiver &AR,
H A DELFObject.hxx22 #include "ELFSection.h"
94 inline ELFSection<Bitwidth> const *
100 inline ELFSection<Bitwidth> *
106 inline ELFSection<Bitwidth> const *
113 inline ELFSection<Bitwidth> *

Completed in 95 milliseconds