Searched refs:SHT (Results 1 – 5 of 5) sorted by relevance
1482 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping() argument1483 IO.mapOptional("Offset", SHT.Offset); in sectionHeaderTableMapping()1484 IO.mapOptional("Sections", SHT.Sections); in sectionHeaderTableMapping()1485 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()1486 IO.mapOptional("NoHeaders", SHT.NoHeaders); in sectionHeaderTableMapping()1557 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) in mapping() local1558 TypeStr = SHT->TypeStr; in mapping()1716 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate() local1717 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
2027 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF() local2028 if (!SHT.NoHeaders.value_or(false)) in writeELF()2029 CBA.updateDataAt(*SHT.Offset, SHeaders.data(), in writeELF()2030 SHT.getNumHeaders(SHeaders.size()) * sizeof(Elf_Shdr)); in writeELF()
350 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in toDRI() local352 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr); in toDRI()994 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in section_rel_begin() local995 RelData.d.a = (Sec.p - SHT) / EF.getHeader().e_shentsize; in section_rel_begin()
335 atf_check -o inline:'Symbolic Link\n' stat -f %SHT baz
1371 * [Bug 2503] SHT utility outdated