Lines Matching refs:sht
328 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()
391 switch (sht) { in sh_types()
398 switch (sht) { in sh_types()
404 (uintmax_t)sht); in sh_types()
410 (uintmax_t)sht); in sh_types()