Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add DF_* values for DT_FLAGS
details: https://anonhg.NetBSD.org/src/rev/a02b010b0274
branches: trunk
changeset: 790966:a02b010b0274
user: matt <matt%NetBSD.org@localhost>
date: Mon Oct 28 21:36:43 2013 +0000
description:
Add DF_* values for DT_FLAGS
diffstat:
sys/sys/exec_elf.h | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r d3138ff32347 -r a02b010b0274 sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h Mon Oct 28 21:32:52 2013 +0000
+++ b/sys/sys/exec_elf.h Mon Oct 28 21:36:43 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_elf.h,v 1.129 2013/09/10 16:24:02 matt Exp $ */
+/* $NetBSD: exec_elf.h,v 1.130 2013/10/28 21:36:43 matt Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -693,6 +693,13 @@
#define DT_LOPROC 0x70000000 /* Processor-specific range */
#define DT_HIPROC 0x7fffffff
+/* Flag values for DT_FLAGS */
+#define DF_ORIGIN 0x00000001 /* uses $ORIGIN */
+#define DF_SYMBOLIC 0x00000002 /* */
+#define DF_TEXTREL 0x00000004 /* */
+#define DF_BIND_NOW 0x00000008 /* */
+#define DF_STATICT_LS 0x00000010 /* */
+
/* Flag values for DT_FLAGS_1 (incomplete) */
#define DF_1_BIND_NOW 0x00000001 /* Same as DF_BIND_NOW */
#define DF_1_NODELETE 0x00000008 /* Set the RTLD_NODELETE for object */
Home |
Main Index |
Thread Index |
Old Index