Home
last modified time | relevance | path

Searched refs:SHT (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1482 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping() argument
1483 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() local
1558 TypeStr = SHT->TypeStr; in mapping()
1716 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate() local
1717 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
H A DELFEmitter.cpp2027 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF() local
2028 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h350 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in toDRI() local
352 (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() local
995 RelData.d.a = (Sec.p - SHT) / EF.getHeader().e_shentsize; in section_rel_begin()
/freebsd-14.2/bin/cp/tests/
H A Dcp_test.sh335 atf_check -o inline:'Symbolic Link\n' stat -f %SHT baz
/freebsd-14.2/contrib/ntp/
H A DChangeLog1371 * [Bug 2503] SHT utility outdated