Searched refs:SectionHeaderTable (Results 1 – 5 of 5) sorted by relevance
236 SectionHeaderTable, enumerator318 struct SectionHeaderTable : Chunk { struct319 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() argument320 : Chunk(ChunkKind::SectionHeaderTable, IsImplicit) {} in SectionHeaderTable()323 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument746 const SectionHeaderTable &getSectionHeaderTable() const { in getSectionHeaderTable()748 if (auto *S = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) in getSectionHeaderTable()
369 ELFYAML::SectionHeaderTable *SecHdrTable = nullptr; in ELFState()374 if (auto S = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in ELFState()460 std::make_unique<ELFYAML::SectionHeaderTable>(/*IsImplicit=*/true)); in ELFState()514 const ELFYAML::SectionHeaderTable &SectionHeaders = in writeELFHeader()604 const ELFYAML::SectionHeaderTable &SectionHeaders = in toSectionIndex()779 if (ELFYAML::SectionHeaderTable *S = in initSectionHeaders()780 dyn_cast<ELFYAML::SectionHeaderTable>(D.get())) { in initSectionHeaders()1908 const ELFYAML::SectionHeaderTable &SectionHeaders = in buildSectionHeaderReorderMap()1959 const ELFYAML::SectionHeaderTable &SectionHeaders = in buildSectionIndex()2095 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF()
41 constexpr StringRef SectionHeaderTable::TypeStr;1500 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping()1575 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) in mapping()1592 if (TypeStr == ELFYAML::SectionHeaderTable::TypeStr) { in mapping()1596 Section.reset(new ELFYAML::SectionHeaderTable(/*IsImplicit=*/false)); in mapping()1599 IO, *cast<ELFYAML::SectionHeaderTable>(Section.get())); in mapping()1734 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate()
200 return static_cast<const T *>(SectionHeaderTable); in sectionHeaderTable()206 return static_cast<const XCOFFSectionHeader32 *>(SectionHeaderTable); in sectionHeaderTable32()212 return static_cast<const XCOFFSectionHeader64 *>(SectionHeaderTable); in sectionHeaderTable64()968 return reinterpret_cast<uintptr_t>(SectionHeaderTable); in getSectionHeaderTableAddress()1193 Obj->SectionHeaderTable = SecHeadersOrErr.get(); in create()
535 const void *SectionHeaderTable = nullptr;