Home
last modified time | relevance | path

Searched refs:sht (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c34 _libelf_xlate_shtype(uint32_t sht) in _libelf_xlate_shtype() argument
39 switch (sht) { in _libelf_xlate_shtype()
99 if (sht >= SHT_LOOS) in _libelf_xlate_shtype()
/freebsd/usr.bin/elfdump/
H A Delfdump.c328 sh_types(uint64_t machine, uint64_t sht) { in sh_types() argument
331 if (sht < 0x60000000) { in sh_types()
332 switch (sht) { in sh_types()
352 "ERROR: SHT %ju NOT DEFINED", (uintmax_t)sht); in sh_types()
354 } else if (sht < 0x70000000) { in sh_types()
356 switch (sht) { in sh_types()
368 (uintmax_t)sht); in sh_types()
370 } else if (sht < 0x80000000) { in sh_types()
374 switch (sht) { in sh_types()
385 switch (sht) { in sh_types()
[all …]
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c1015 GElf_Shdr shy, sht; in create_symtab_data() local
1023 if (gelf_getshdr(st->os, &sht) == NULL) in create_symtab_data()
1122 sht.sh_addr = 0; in create_symtab_data()
1123 sht.sh_addralign = 1; in create_symtab_data()
1124 sht.sh_size = st->sz; in create_symtab_data()
1125 sht.sh_type = SHT_STRTAB; in create_symtab_data()
1126 sht.sh_flags = 0; in create_symtab_data()
1127 sht.sh_entsize = 0; in create_symtab_data()
1128 sht.sh_info = 0; in create_symtab_data()
1129 sht.sh_link = 0; in create_symtab_data()
[all …]
H A Dsections.c894 section_type_alignment(int sht, int class) in section_type_alignment() argument
896 switch (sht) in section_type_alignment()
/freebsd/contrib/ntp/util/
H A DMakefile.in99 pps-api$(EXEEXT) precision$(EXEEXT) sht$(EXEEXT) \
217 sht_SOURCES = sht.c
218 sht_OBJECTS = sht.$(OBJEXT)
267 ./$(DEPDIR)/precision.Po ./$(DEPDIR)/sht.Po \
293 sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
296 pps-api.c precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c \
920 sht$(EXEEXT): $(sht_OBJECTS) $(sht_DEPENDENCIES) $(EXTRA_sht_DEPENDENCIES)
921 @rm -f sht$(EXEEXT)
962 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sht.Po@am__quote@ # am--include-marker
1258 -rm -f ./$(DEPDIR)/sht
[all...]
H A DMakefile.am9 ntptime pps-api precision sht testrs6000 tg tg2 tickadj timetrim
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c391 sh_types(uint64_t mach, uint64_t sht) { in sh_types() argument
394 if (sht < 0x60000000) { in sh_types()
395 switch (sht) { in sh_types()
414 } else if (sht < 0x70000000) { in sh_types()
416 switch (sht) { in sh_types()
426 } else if (sht < 0x80000000) { in sh_types()
430 switch (sht) { in sh_types()
441 switch (sht) { in sh_types()
447 switch (sht) { in sh_types()
454 switch (sht) { in sh_types()
[all …]
/freebsd/contrib/ntp/
H A DCommitLog14624 util/sht.c@1.6 +4 -4
[all...]