Searched refs:ElfSection (Results 1 – 1 of 1) sorted by relevance
82 object::ELFSectionRef ElfSection(Section); in fillSectionInformation() local87 SectionInfo.file_offset = ElfSection.getOffset(); in fillSectionInformation()88 SectionInfo.flags = ElfSection.getFlags(); in fillSectionInformation()91 auto SectionNameOrError = ElfSection.getName(); in fillSectionInformation()96 SectionInfo.size = ElfSection.getSize(); in fillSectionInformation()100 if (ElfSection.isBSS()) { in fillSectionInformation()102 } else if (ElfSection.isData()) { in fillSectionInformation()104 } else if (ElfSection.isText()) { in fillSectionInformation()