usr/src/uts/common/sys/link.h
changeset 12449 a87750d92895
parent 11827 d7ef53deac3f
child 12736 2d732c7bdbde
--- a/usr/src/uts/common/sys/link.h	Wed May 19 21:10:39 2010 -0700
+++ b/usr/src/uts/common/sys/link.h	Wed May 19 22:33:49 2010 -0700
@@ -23,8 +23,7 @@
  *	Copyright (c) 1988 AT&T
  *	  All Rights Reserved
  *
- * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  */
 
 #ifndef _SYS_LINK_H
@@ -260,6 +259,8 @@
 #define	DF_P1_GROUPPERM	0x00000002	/* following object's symbols are */
 					/*	not available for general */
 					/*	symbol bindings. */
+#define	DF_P1_DEFERRED	0x00000004	/* following object is deferred */
+
 /*
  * Values for the DT_FLAGS_1 .dynamic entry.
  */
@@ -472,6 +473,8 @@
 					/* 	auxiliary filter */
 #define	SYMINFO_FLG_INTERPOSE	0x0080	/* symbol defines an interposer */
 #define	SYMINFO_FLG_CAP		0x0100	/* symbol is capabilities specific */
+#define	SYMINFO_FLG_DEFERRED	0x0200	/* symbol should not be included in */
+					/*	BIND_NOW relocations */
 
 /*
  * Syminfo.si_boundto values.