Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h528 #define DF_1_NODUMP 0x00001000 /* Cannot be dumped with dldump(3C) */ macro
/dragonfly/sys/sys/
H A Delf_common.h634 #define DF_1_NODUMP 0x00001000 macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h839 #define DF_1_NODUMP 0x00001000 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h872 #define DF_1_NODUMP 0x00001000 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h1077 #define DF_1_NODUMP 0x00001000 macro
/dragonfly/contrib/binutils-2.34/ld/emultempl/
H A Delf.em774 link_info.flags_1 |= (bfd_vma) DF_1_NODUMP;
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h915 DF_1_NODUMP = 0x1000,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h906 DF_1_NODUMP = 0x1000,
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em2404 link_info.flags_1 |= (bfd_vma) DF_1_NODUMP;
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc4934 flags |= elfcpp::DF_1_NODUMP; in finish_dynamic_section()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc5343 flags |= elfcpp::DF_1_NODUMP; in finish_dynamic_section()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c9394 if (val & DF_1_NODUMP) in process_dynamic_section()
9397 val ^= DF_1_NODUMP; in process_dynamic_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c10220 if (val & DF_1_NODUMP) in process_dynamic_section()
10223 val ^= DF_1_NODUMP; in process_dynamic_section()