Home
last modified time | relevance | path

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

/freebsd-13.1/bin/ln/tests/
H A Dln_test.sh53 atf_check -o inline:'Symbolic Link\n' stat -f %SHT B
134 atf_check -o inline:'Symbolic Link\n' stat -f %SHT C
149 atf_check -o inline:'Symbolic Link\n' stat -f %SHT C
165 atf_check -o inline:'Symbolic Link\n' stat -f %SHT B
182 atf_check -o inline:'Symbolic Link\n' stat -f %SHT B
197 atf_check -o inline:'Symbolic Link\n' stat -f %SHT B
211 atf_check -o inline:'Symbolic Link\n' stat -f %SHT B
226 atf_check -o inline:'Symbolic Link\n' stat -f %SHT B
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1378 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping() argument
1379 IO.mapOptional("Offset", SHT.Offset); in sectionHeaderTableMapping()
1380 IO.mapOptional("Sections", SHT.Sections); in sectionHeaderTableMapping()
1381 IO.mapOptional("Excluded", SHT.Excluded); in sectionHeaderTableMapping()
1382 IO.mapOptional("NoHeaders", SHT.NoHeaders); in sectionHeaderTableMapping()
1453 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) in mapping() local
1454 TypeStr = SHT->TypeStr; in mapping()
1611 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate() local
1612 if (SHT->NoHeaders && (SHT->Sections || SHT->Excluded || SHT->Offset)) in validate()
H A DELFEmitter.cpp1971 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF() local
1972 if (!SHT.NoHeaders.getValueOr(false)) in writeELF()
1973 CBA.updateDataAt(*SHT.Offset, SHeaders.data(), in writeELF()
1974 SHT.getNumHeaders(SHeaders.size()) * sizeof(Elf_Shdr)); in writeELF()
/freebsd-13.1/bin/cp/tests/
H A Dcp_test.sh127 atf_check -o inline:'Symbolic Link\n' stat -f %SHT baz
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h327 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in toDRI() local
329 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr); in toDRI()
950 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in section_rel_begin() local
951 RelData.d.a = (Sec.p - SHT) / EF.getHeader().e_shentsize; in section_rel_begin()
/freebsd-13.1/contrib/ntp/
H A DChangeLog1131 * [Bug 2503] SHT utility outdated