Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/file/src/
Dreadelf.h528 #define DF_1_NODUMP 0x00001000 /* Cannot be dumped with dldump(3C) */ macro
/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h676 #define DF_1_NODUMP 0x00001000 macro
DChangeLog-9103868 (DF_1_NODUMP): Likewise.
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1380 DF_1_NODUMP = 0x00001000, // Object can't be dldump'ed. enumerator
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h98 _ELF_DEFINE_DF(DF_1_NODUMP, 0x1000, \
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c6187 if (val & DF_1_NODUMP) in process_dynamic_section()
6190 val ^= DF_1_NODUMP; in process_dynamic_section()
DChangeLog-00011393 DF_1_NODUMP and DF_1_CONLFAT.
/freebsd-12-stable/contrib/binutils/ld/emultempl/
Delf32.em1866 link_info.flags_1 |= (bfd_vma) DF_1_NODUMP;