Searched refs:sht (Results 1 – 8 of 8) sorted by relevance
34 _libelf_xlate_shtype(uint32_t sht) in _libelf_xlate_shtype() argument39 switch (sht) { in _libelf_xlate_shtype()99 if (sht >= SHT_LOOS) in _libelf_xlate_shtype()
328 sh_types(uint64_t machine, uint64_t sht) { in sh_types() argument331 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 …]
1015 GElf_Shdr shy, sht; in create_symtab_data() local1023 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 …]
894 section_type_alignment(int sht, int class) in section_type_alignment() argument896 switch (sht) in section_type_alignment()
99 pps-api$(EXEEXT) precision$(EXEEXT) sht$(EXEEXT) \217 sht_SOURCES = sht.c218 sht_OBJECTS = sht.$(OBJEXT)267 ./$(DEPDIR)/precision.Po ./$(DEPDIR)/sht.Po \293 sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c296 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-marker1258 -rm -f ./$(DEPDIR)/sht[all...]
9 ntptime pps-api precision sht testrs6000 tg tg2 tickadj timetrim
391 sh_types(uint64_t mach, uint64_t sht) { in sh_types() argument394 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 …]
14624 util/sht.c@1.6 +4 -4[all...]