Searched refs:DF_1_NODUMP (Results 1 – 8 of 8) sorted by relevance
528 #define DF_1_NODUMP 0x00001000 /* Cannot be dumped with dldump(3C) */ macro
676 #define DF_1_NODUMP 0x00001000 macro
868 (DF_1_NODUMP): Likewise.
1380 DF_1_NODUMP = 0x00001000, // Object can't be dldump'ed. enumerator
98 _ELF_DEFINE_DF(DF_1_NODUMP, 0x1000, \
6187 if (val & DF_1_NODUMP) in process_dynamic_section()6190 val ^= DF_1_NODUMP; in process_dynamic_section()
1393 DF_1_NODUMP and DF_1_CONLFAT.
1866 link_info.flags_1 |= (bfd_vma) DF_1_NODUMP;