Searched refs:sht (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/lib/libelf/
H A Dlibelf_data.c36 _libelf_xlate_shtype(uint32_t sht) argument
38 switch (sht) {
/freebsd-10.1-release/usr.bin/elfdump/
H A Delfdump.c313 sh_types(uint64_t machine, uint64_t sht) { argument
316 if (sht < 0x60000000) {
317 switch (sht) {
337 "ERROR: SHT %ju NOT DEFINED", (uintmax_t)sht);
339 } else if (sht < 0x70000000) {
341 switch (sht) {
353 (uintmax_t)sht);
355 } else if (sht < 0x80000000) {
359 switch (sht) {
370 switch (sht) {
[all...]
/freebsd-10.1-release/contrib/ntp/util/
H A DMakefile.in99 precision$(EXEEXT) sht$(EXEEXT) testrs6000$(EXEEXT) \
206 sht_SOURCES = sht.c
207 sht_OBJECTS = sht.$(OBJEXT)
271 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
274 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
890 sht$(EXEEXT): $(sht_OBJECTS) $(sht_DEPENDENCIES) $(EXTRA_sht_DEPENDENCIES)
891 @rm -f sht$(EXEEXT)
931 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sht.Po@am__quote@
H A DMakefile.am8 ntptime pps-api precision sht testrs6000 tg tg2 tickadj timetrim

Completed in 109 milliseconds