Searched refs:SHT (Results 1 – 4 of 4) sorted by relevance
1500 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping() argument1501 IO.mapOptional("Offset", SHT.Offset); in sectionHeaderTableMapping()1502 IO.mapOptional("Sections", SHT.Sections); in sectionHeaderTableMapping()1503 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()1504 IO.mapOptional("NoHeaders", SHT.NoHeaders); in sectionHeaderTableMapping()1575 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) in mapping() local1576 TypeStr = SHT->TypeStr; in mapping()1734 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate() local1735 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
2095 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF() local2096 if (!SHT.NoHeaders.value_or(false)) in writeELF()2097 CBA.updateDataAt(*SHT.Offset, SHeaders.data(), in writeELF()2098 SHT.getNumHeaders(SHeaders.size()) * sizeof(Elf_Shdr)); in writeELF()
369 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in toDRI() local371 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr); in toDRI()1032 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in section_rel_begin() local1033 RelData.d.a = (Sec.p - SHT) / EF.getHeader().e_shentsize; in section_rel_begin()1506 uintptr_t SHT = reinterpret_cast<uintptr_t>(cantFail(EF.sections()).begin()); in getCrelDecodeProblem() local1507 auto I = (Sec.p - SHT) / EF.getHeader().e_shentsize; in getCrelDecodeProblem()
1371 * [Bug 2503] SHT utility outdated