Home
last modified time | relevance | path

Searched refs:DF_1_ORIGIN (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/elf/
Dcommon.h671 #define DF_1_ORIGIN 0x00000080 macro
/freebsd-10-stable/sys/sys/
Delf_common.h720 #define DF_1_ORIGIN 0x00000080 /* Process $ORIGIN */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h1760 DF_1_ORIGIN = 0x00000080, // $ORIGIN must be handled. enumerator
/freebsd-10-stable/contrib/binutils/binutils/
Dreadelf.c6162 if (val & DF_1_ORIGIN) in process_dynamic_section()
6165 val ^= DF_1_ORIGIN; in process_dynamic_section()
/freebsd-10-stable/contrib/binutils/ld/emultempl/
Delf32.em1880 link_info.flags_1 |= (bfd_vma) DF_1_ORIGIN;
/freebsd-10-stable/libexec/rtld-elf/
Drtld.c1172 if (dynp->d_un.d_val & DF_1_ORIGIN) in digest_dynamic1()