Searched refs:SHT (Results 1 – 6 of 6) sorted by relevance
1465 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping() argument1466 IO.mapOptional("Offset", SHT.Offset); in sectionHeaderTableMapping()1467 IO.mapOptional("Sections", SHT.Sections); in sectionHeaderTableMapping()1468 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()1469 IO.mapOptional("NoHeaders", SHT.NoHeaders); in sectionHeaderTableMapping()1540 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) in mapping() local1541 TypeStr = SHT->TypeStr; in mapping()1699 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate() local1700 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
1975 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF() local1976 if (!SHT.NoHeaders.value_or(false)) in writeELF()1977 CBA.updateDataAt(*SHT.Offset, SHeaders.data(), in writeELF()1978 SHT.getNumHeaders(SHeaders.size()) * sizeof(Elf_Shdr)); in writeELF()
151 SHT\$\$INIT_ARRAY\$\$Base;152 SHT\$\$INIT_ARRAY\$\$Limit;223 ${RELOCATING+PROVIDE (SHT\$\$INIT_ARRAY\$\$Base = .);}229 ${RELOCATING+PROVIDE (SHT\$\$INIT_ARRAY\$\$Limit = .);}
340 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in toDRI() local342 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr); in toDRI()969 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in section_rel_begin() local970 RelData.d.a = (Sec.p - SHT) / EF.getHeader().e_shentsize; in section_rel_begin()
395 std::unique_ptr<ELFYAML::SectionHeaderTable> SHT = in dump() local397 SHT->Sections.emplace(); in dump()399 SHT->Sections->push_back({S->Name}); in dump()400 Chunks.push_back(std::move(SHT)); in dump()
1615 (SHT$$INIT_ARRAY$$Base): Likewise.1616 (SHT$$INIT_ARRAY$$Limit): Likeise.1682 Define IMAGE$$ER_RO$${Base,Limit} and SHT$$INIT_ARRAY$${Base,Limit}.