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

/freebsd-current/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-current/usr.bin/elfdump/
H A Delfdump.c328 sh_types(uint64_t machine, uint64_t sht) { argument
331 if (sht < 0x60000000) {
332 switch (sht) {
352 "ERROR: SHT %ju NOT DEFINED", (uintmax_t)sht);
354 } else if (sht < 0x70000000) {
356 switch (sht) {
368 (uintmax_t)sht);
370 } else if (sht < 0x80000000) {
374 switch (sht) {
385 switch (sht) {
[all...]
/freebsd-current/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-current/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-current/contrib/ntp/util/
H A DMakefile.in99 precision$(EXEEXT) sht$(EXEEXT) testrs6000$(EXEEXT) \
210 sht_SOURCES = sht.c
211 sht_OBJECTS = sht.$(OBJEXT)
260 ./$(DEPDIR)/sht.Po ./$(DEPDIR)/testrs6000.Po ./$(DEPDIR)/tg.Po \
284 ntptime.c pps-api.c precision.c sht.c testrs6000.c tg.c tg2.c \
288 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
905 sht$(EXEEXT): $(sht_OBJECTS) $(sht_DEPENDENCIES) $(EXTRA_sht_DEPENDENCIES)
906 @rm -f sht$(EXEEXT)
946 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sht.Po@am__quote@ # am--include-marker
1241 -rm -f ./$(DEPDIR)/sht
[all...]
H A DMakefile.am8 ntptime pps-api precision sht testrs6000 tg tg2 tickadj timetrim

Completed in 1356 milliseconds