Searched refs:DF_1_GLOBAL (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dcommon.h665 #define DF_1_GLOBAL 0x00000002 macro
/freebsd-10.3-release/sys/sys/
H A Delf_common.h713 #define DF_1_GLOBAL 0x00000002 /* Set the RTLD_GLOBAL for object */ macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1754 DF_1_GLOBAL = 0x00000002, // Set RTLD_GLOBAL for this object. enumerator in enum:llvm::ELF::__anon2126
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dreadelf.c6135 if (val & DF_1_GLOBAL)
6138 val ^= DF_1_GLOBAL;
/freebsd-10.3-release/libexec/rtld-elf/
H A Drtld.c1159 if (dynp->d_un.d_val & DF_1_GLOBAL)
1790 * that is marked as DF_1_NODELETE or DF_1_GLOBAL. They need
1793 * For DF_1_GLOBAL, DAG is required for symbol lookups in

Completed in 203 milliseconds