Searched refs:SHT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/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-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h331 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); local
333 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr);
846 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin());
847 RelData.d.a = (Sec.p - SHT) / EF.getHeader()->e_shentsize;

Completed in 164 milliseconds