Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h56 class Section {
58 Section(const std::string& name, Elf_Word type, Elf_Word flags, in Section() function
59 const Section* link, Elf_Word info, Elf_Word align, Elf_Word entsize) in Section()
67 virtual ~Section() {} in ~Section()
107 const Section* const link_;
109 DISALLOW_COPY_AND_ASSIGN(Section);
113 class DynamicSection FINAL : public Section {
115 void AddDynamicTag(Elf_Sword tag, Elf_Word value, const Section* section) { in AddDynamicTag()
120 DynamicSection(const std::string& name, Section* link) in DynamicSection()
121 : Section(name, SHT_DYNAMIC, SHF_ALLOC, in DynamicSection()
[all …]