Searched refs:SHT (Results 1 – 4 of 4) sorted by relevance
1532 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping() argument1533 IO.mapOptional("Offset", SHT.Offset); in sectionHeaderTableMapping()1534 IO.mapOptional("Sections", SHT.Sections); in sectionHeaderTableMapping()1535 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()1536 IO.mapOptional("NoHeaders", SHT.NoHeaders); in sectionHeaderTableMapping()1607 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) in mapping() local1608 TypeStr = SHT->TypeStr; in mapping()1768 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate() local1769 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
2122 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF() local2123 if (!SHT.NoHeaders.value_or(false)) in writeELF()2124 CBA.updateDataAt(*SHT.Offset, SHeaders.data(), in writeELF()2125 SHT.getNumHeaders(SHeaders.size()) * sizeof(Elf_Shdr)); in writeELF()
372 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in toDRI() local374 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr); in toDRI()1037 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in section_rel_begin() local1038 RelData.d.a = (Sec.p - SHT) / EF.getHeader().e_shentsize; in section_rel_begin()1512 uintptr_t SHT = reinterpret_cast<uintptr_t>(cantFail(EF.sections()).begin()); in getCrelDecodeProblem() local1513 auto I = (Sec.p - SHT) / EF.getHeader().e_shentsize; in getCrelDecodeProblem()
1371 * [Bug 2503] SHT utility outdated