Searched defs:ElfSection (Results 1 – 4 of 4) sorted by relevance
140 struct ElfSection : public Section { struct141 ElfSection(const Section& section, uint32_t type, uint32_t addr, in ElfSection() function154 vector<ElfSection> sections_; argument
72 struct ElfSection { struct95 virtual std::vector<ElfSection> GetSectionHeader() = 0; argument
82 object::ELFSectionRef ElfSection(Section); in fillSectionInformation() local
162 class ElfSection: class