Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h524 #define DF_1_ORIGIN 0x00000080 /* Require $ORIGIN processing */ macro
/dragonfly/sys/sys/
H A Delf_common.h629 #define DF_1_ORIGIN 0x00000080 /* Process $ORIGIN */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h834 #define DF_1_ORIGIN 0x00000080 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h867 #define DF_1_ORIGIN 0x00000080 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h1072 #define DF_1_ORIGIN 0x00000080 macro
/dragonfly/contrib/binutils-2.34/ld/emultempl/
H A Delf.em788 link_info.flags_1 |= (bfd_vma) DF_1_ORIGIN;
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h910 DF_1_ORIGIN = 0x80,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h901 DF_1_ORIGIN = 0x80,
/dragonfly/libexec/rtld-elf/
H A Drtld.c1235 if ((dynp->d_un.d_val & DF_1_ORIGIN) && trust) in digest_dynamic1()
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em2418 link_info.flags_1 |= (bfd_vma) DF_1_ORIGIN;
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc4940 flags |= elfcpp::DF_1_ORIGIN; in finish_dynamic_section()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc5349 flags |= elfcpp::DF_1_ORIGIN; in finish_dynamic_section()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c9369 if (val & DF_1_ORIGIN) in process_dynamic_section()
9372 val ^= DF_1_ORIGIN; in process_dynamic_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c10195 if (val & DF_1_ORIGIN) in process_dynamic_section()
10198 val ^= DF_1_ORIGIN; in process_dynamic_section()