summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/dump/common/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sgs/dump/common/util.c')
-rw-r--r--usr/src/cmd/sgs/dump/common/util.c209
1 files changed, 1 insertions, 208 deletions
diff --git a/usr/src/cmd/sgs/dump/common/util.c b/usr/src/cmd/sgs/dump/common/util.c
index 5a3f6543b9..5a4c7a4e9c 100644
--- a/usr/src/cmd/sgs/dump/common/util.c
+++ b/usr/src/cmd/sgs/dump/common/util.c
@@ -26,7 +26,7 @@
#pragma ident "%Z%%M% %I% %E% SMI"
/*
- * Copyright 1999-2002 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -545,213 +545,6 @@ print_reloc_type(int machine, int type)
break;
}
break;
- case EM_IA_64: /* Intel IA64 */
- switch (type) {
- case (R_IA_64_NONE):
- (void) printf(Fmtrel,
- "R_IA_64_NONE");
- break;
- case (R_IA_64_IMM14):
- (void) printf(Fmtrel,
- "R_IA_64_IMM14");
- break;
- case (R_IA_64_IMM22):
- (void) printf(Fmtrel,
- "R_IA_64_IMM22");
- break;
- case (R_IA_64_IMM64):
- (void) printf(Fmtrel,
- "R_IA_64_IMM64");
- break;
- case (R_IA_64_DIR32MSB):
- (void) printf(Fmtrel,
- "R_IA_64_DIR32MSB");
- break;
- case (R_IA_64_DIR32LSB):
- (void) printf(Fmtrel,
- "R_IA_64_DIR32LSB");
- break;
- case (R_IA_64_DIR64MSB):
- (void) printf(Fmtrel,
- "R_IA_64_DIR64MSB");
- break;
- case (R_IA_64_DIR64LSB):
- (void) printf(Fmtrel,
- "R_IA_64_DIR64LSB");
- break;
- case (R_IA_64_GPREL22):
- (void) printf(Fmtrel,
- "R_IA_64_GPREL22");
- break;
- case (R_IA_64_GPREL64I):
- (void) printf(Fmtrel,
- "R_IA_64_GPREL64I");
- break;
- case (R_IA_64_GPREL64MSB):
- (void) printf(Fmtrel,
- "R_IA_64_GPREL64MSB");
- break;
- case (R_IA_64_GPREL64LSB):
- (void) printf(Fmtrel,
- "R_IA_64_GPREL64LSB");
- break;
- case (R_IA_64_LTOFF22):
- (void) printf(Fmtrel,
- "R_IA_64_LTOFF22");
- break;
- case (R_IA_64_LTOFF64I):
- (void) printf(Fmtrel,
- "R_IA_64_LTOFF64I");
- break;
- case (R_IA_64_PLTOFF22):
- (void) printf(Fmtrel,
- "R_IA_64_PLTOFF22");
- break;
- case (R_IA_64_PLTOFF64I):
- (void) printf(Fmtrel,
- "R_IA_64_PLTOFF64I");
- break;
- case (R_IA_64_PLTOFF64MSB):
- (void) printf(Fmtrel,
- "R_IA_64_PLTOFF64MSB");
- break;
- case (R_IA_64_PLTOFF64LSB):
- (void) printf(Fmtrel,
- "R_IA_64_PLTOFF64LSB");
- break;
- case (R_IA_64_FPTR64I):
- (void) printf(Fmtrel,
- "R_IA_64_FPTR64I");
- break;
- case (R_IA_64_FPTR32MSB):
- (void) printf(Fmtrel,
- "R_IA_64_FPTR32MSB");
- break;
- case (R_IA_64_FPTR32LSB):
- (void) printf(Fmtrel,
- "R_IA_64_FPTR32LSB");
- break;
- case (R_IA_64_FPTR64MSB):
- (void) printf(Fmtrel,
- "R_IA_64_FPTR64MSB");
- break;
- case (R_IA_64_FPTR64LSB):
- (void) printf(Fmtrel,
- "R_IA_64_FPTR64LSB");
- break;
- case (R_IA_64_PCREL21B):
- (void) printf(Fmtrel,
- "R_IA_64_PCREL21B");
- break;
- case (R_IA_64_PCREL21M):
- (void) printf(Fmtrel,
- "R_IA_64_PCREL21M");
- break;
- case (R_IA_64_PCREL21F):
- (void) printf(Fmtrel,
- "R_IA_64_PCREL21F");
- break;
- case (R_IA_64_PCREL32MSB):
- (void) printf(Fmtrel,
- "R_IA_64_PCREL32MSB");
- break;
- case (R_IA_64_PCREL32LSB):
- (void) printf(Fmtrel,
- "R_IA_64_PCREL32LSB");
- break;
- case (R_IA_64_PCREL64MSB):
- (void) printf(Fmtrel,
- "R_IA_64_PCREL64MSB");
- break;
- case (R_IA_64_PCREL64LSB):
- (void) printf(Fmtrel,
- "R_IA_64_PCREL64LSB");
- break;
- case (R_IA_64_LTOFF_FPTR22):
- (void) printf(Fmtrel,
- "R_IA_64_LTOFF_FPTR22");
- break;
- case (R_IA_64_LTOFF_FPTR64I):
- (void) printf(Fmtrel,
- "R_IA_64_LTOFF_FPTR64I");
- break;
- case (R_IA_64_SEGREL32MSB):
- (void) printf(Fmtrel,
- "R_IA_64_SEGREL32MSB");
- break;
- case (R_IA_64_SEGREL32LSB):
- (void) printf(Fmtrel,
- "R_IA_64_SEGREL32LSB");
- break;
- case (R_IA_64_SEGREL64MSB):
- (void) printf(Fmtrel,
- "R_IA_64_SEGREL64MSB");
- break;
- case (R_IA_64_SEGREL64LSB):
- (void) printf(Fmtrel,
- "R_IA_64_SEGREL64LSB");
- break;
- case (R_IA_64_SECREL32MSB):
- (void) printf(Fmtrel,
- "R_IA_64_SECREL32MSB");
- break;
- case (R_IA_64_SECREL32LSB):
- (void) printf(Fmtrel,
- "R_IA_64_SECREL32LSB");
- break;
- case (R_IA_64_SECREL64MSB):
- (void) printf(Fmtrel,
- "R_IA_64_SECREL64MSB");
- break;
- case (R_IA_64_SECREL64LSB):
- (void) printf(Fmtrel,
- "R_IA_64_SECREL64LSB");
- break;
- case (R_IA_64_REL32MSB):
- (void) printf(Fmtrel,
- "R_IA_64_REL32MSB");
- break;
- case (R_IA_64_REL32LSB):
- (void) printf(Fmtrel,
- "R_IA_64_REL32LSB");
- break;
- case (R_IA_64_REL64MSB):
- (void) printf(Fmtrel,
- "R_IA_64_REL64MSB");
- break;
- case (R_IA_64_REL64LSB):
- (void) printf(Fmtrel,
- "R_IA_64_REL64LSB");
- break;
- case (R_IA_64_LTV32MSB):
- (void) printf(Fmtrel,
- "R_IA_64_LTV32MSB");
- break;
- case (R_IA_64_LTV32LSB):
- (void) printf(Fmtrel,
- "R_IA_64_LTV32LSB");
- break;
- case (R_IA_64_LTV64MSB):
- (void) printf(Fmtrel,
- "R_IA_64_LTV64MSB");
- break;
- case (R_IA_64_LTV64LSB):
- (void) printf(Fmtrel,
- "R_IA_64_LTV64LSB");
- break;
- case (R_IA_64_IPLTMSB):
- (void) printf(Fmtrel,
- "R_IA_64_IPLTMSB");
- break;
- case (R_IA_64_IPLTLSB):
- (void) printf(Fmtrel,
- "R_IA_64_IPLTLSB");
- break;
- default:
- (void) printf(Fmtreld, type);
- break;
- }
- break;
default:
(void) printf(Fmtreld, type);
break;