mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Add some definitions for the DT_FLAGS_1 tag flags.
Reviewed by: kan
This commit is contained in:
parent
8845bab06b
commit
bbe2e4639e
1 changed files with 5 additions and 0 deletions
|
|
@ -466,6 +466,11 @@ typedef struct {
|
|||
executable contains code using a static
|
||||
thread-local storage scheme. */
|
||||
|
||||
/* Values for DT_FLAGS_1 */
|
||||
#define DF_1_BIND_NOW 0x00000001 /* Same as DF_BIND_NOW */
|
||||
#define DF_1_GLOBAL 0x00000002 /* Set the RTLD_GLOBAL for object */
|
||||
#define DF_1_ORIGIN 0x00000080 /* Process $ORIGIN */
|
||||
|
||||
/* Values for n_type. Used in core files. */
|
||||
#define NT_PRSTATUS 1 /* Process status. */
|
||||
#define NT_FPREGSET 2 /* Floating point registers. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue