aboutsummaryrefslogtreecommitdiff
path: root/include/nlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nlist.h')
-rw-r--r--include/nlist.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/nlist.h b/include/nlist.h
index e397b746a959..1191e7a9d7f1 100644
--- a/include/nlist.h
+++ b/include/nlist.h
@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) UNIX System Laboratories, Inc. All or some portions
+ * of this file are derived from material licensed to the
+ * University of California by American Telephone and Telegraph Co.
+ * or UNIX System Laboratories, Inc. and are reproduced herein with
+ * the permission of UNIX System Laboratories, Inc.
+ *
+ * $Id: nlist.h,v 1.2.2.1 1994/05/04 07:37:49 rgrimes Exp $
+ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
@@ -55,7 +64,13 @@ struct nlist {
#define N_TEXT 0x04 /* text segment */
#define N_DATA 0x06 /* data segment */
#define N_BSS 0x08 /* bss segment */
+#define N_INDR 0x0a /* indirect reference */
#define N_COMM 0x12 /* common reference */
+#define N_SETA 0x14 /* absolute set element symbol */
+#define N_SETT 0x16 /* text set element symbol */
+#define N_SETD 0x18 /* data set element symbol */
+#define N_SETB 0x1a /* bss set element symbol */
+#define N_SETV 0x1c /* pointer to set vector in data area */
#define N_FN 0x1e /* file name */
#define N_EXT 0x01 /* external (global) bit, OR'ed in */