Home
last modified time | relevance | path

Searched refs:DF_ORIGIN (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/file/src/
H A Dreadelf.h510 #define DF_ORIGIN 0x00000001 /* uses $ORIGIN */ macro
/dragonfly/sys/sys/
H A Delf_common.h638 #define DF_ORIGIN 0x1 /* Indicates that the object being loaded may macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h855 #define DF_ORIGIN (1 << 0) macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h890 #define DF_ORIGIN (1 << 0) macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h1098 #define DF_ORIGIN (1 << 0) macro
/dragonfly/contrib/binutils-2.34/ld/emultempl/
H A Delf.em787 link_info.flags |= (bfd_vma) DF_ORIGIN;
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h892 DF_ORIGIN = 0x1,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h883 DF_ORIGIN = 0x1,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h66 _ELF_DEFINE_DF(DF_ORIGIN, 0x1, \
/dragonfly/libexec/rtld-elf/
H A Drtld.c1220 if ((dynp->d_un.d_val & DF_ORIGIN) && trust) in digest_dynamic1()
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em2417 link_info.flags |= (bfd_vma) DF_ORIGIN;
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc4905 flags |= elfcpp::DF_ORIGIN; in finish_dynamic_section()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc5314 flags |= elfcpp::DF_ORIGIN; in finish_dynamic_section()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c9012 case DF_ORIGIN: fputs ("ORIGIN", stdout); break; in print_dynamic_flags()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c9821 case DF_ORIGIN: fputs ("ORIGIN", stdout); break; in print_dynamic_flags()