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

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_data.c34 _libelf_xlate_shtype(uint32_t sht) argument
39 switch (sht) {
96 * need to check that 'sht' is greater than or equal to
99 if (sht >= SHT_LOOS)
/freebsd-11-stable/usr.bin/elfdump/
H A Delfdump.c321 sh_types(uint64_t machine, uint64_t sht) { argument
324 if (sht < 0x60000000) {
325 switch (sht) {
345 "ERROR: SHT %ju NOT DEFINED", (uintmax_t)sht);
347 } else if (sht < 0x70000000) {
349 switch (sht) {
361 (uintmax_t)sht);
363 } else if (sht < 0x80000000) {
367 switch (sht) {
378 switch (sht) {
[all...]
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsymbols.c1015 GElf_Shdr shy, sht; local
1023 if (gelf_getshdr(st->os, &sht) == NULL)
1122 sht.sh_addr = 0;
1123 sht.sh_addralign = 1;
1124 sht.sh_size = st->sz;
1125 sht.sh_type = SHT_STRTAB;
1126 sht.sh_flags = 0;
1127 sht.sh_entsize = 0;
1128 sht.sh_info = 0;
1129 sht
[all...]
H A Dsections.c894 section_type_alignment(int sht, int class) argument
896 switch (sht)
/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c391 sh_types(uint64_t mach, uint64_t sht) { argument
394 if (sht < 0x60000000) {
395 switch (sht) {
414 } else if (sht < 0x70000000) {
416 switch (sht) {
426 } else if (sht < 0x80000000) {
430 switch (sht) {
441 switch (sht) {
447 switch (sht) {
454 switch (sht) {
[all...]
/freebsd-11-stable/contrib/ntp/util/
H A DMakefile.in99 precision$(EXEEXT) sht$(EXEEXT) testrs6000$(EXEEXT) \
208 sht_SOURCES = sht.c
209 sht_OBJECTS = sht.$(OBJEXT)
273 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
276 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
892 sht$(EXEEXT): $(sht_OBJECTS) $(sht_DEPENDENCIES) $(EXTRA_sht_DEPENDENCIES)
893 @rm -f sht$(EXEEXT)
933 @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 279 milliseconds