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

/freebsd-10-stable/contrib/binutils/include/elf/
H A Dcommon.h671 #define DF_1_ORIGIN 0x00000080 macro
/freebsd-10-stable/sys/sys/
H A Delf_common.h720 #define DF_1_ORIGIN 0x00000080 /* Process $ORIGIN */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h1760 DF_1_ORIGIN = 0x00000080, // $ORIGIN must be handled. enumerator in enum:llvm::ELF::__anon2130
/freebsd-10-stable/contrib/binutils/binutils/
H A Dreadelf.c6165 if (val & DF_1_ORIGIN)
6168 val ^= DF_1_ORIGIN;
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c1172 if (dynp->d_un.d_val & DF_1_ORIGIN)

Completed in 214 milliseconds