Home
last modified time | relevance | path

Searched refs:DF_1_NOW (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/file/src/
H A Dreadelf.h517 #define DF_1_NOW 0x00000001 /* Same as DF_BIND_NOW */ macro
/dragonfly/sys/sys/
H A Delf_common.h621 #define DF_1_NOW 0x00000001 macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h827 #define DF_1_NOW 0x00000001 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h860 #define DF_1_NOW 0x00000001 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h1065 #define DF_1_NOW 0x00000001 macro
/dragonfly/contrib/binutils-2.34/ld/emultempl/
H A Delf.em778 link_info.flags_1 |= (bfd_vma) DF_1_NOW;
783 link_info.flags_1 &= ~(bfd_vma) DF_1_NOW;
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h903 DF_1_NOW = 0x1,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h894 DF_1_NOW = 0x1,
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em2408 link_info.flags_1 |= (bfd_vma) DF_1_NOW;
2413 link_info.flags_1 &= ~(bfd_vma) DF_1_NOW;
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc4942 flags |= elfcpp::DF_1_NOW; in finish_dynamic_section()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc5351 flags |= elfcpp::DF_1_NOW; in finish_dynamic_section()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c9334 if (val & DF_1_NOW) in process_dynamic_section()
9337 val ^= DF_1_NOW; in process_dynamic_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c10160 if (val & DF_1_NOW) in process_dynamic_section()
10163 val ^= DF_1_NOW; in process_dynamic_section()