Lines Matching refs:sht
391 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()
462 "<unknown: %#llx>", (unsigned long long)sht); in sh_types()