Searched refs:DF_1_NODEFLIB (Results 1 – 12 of 12) sorted by relevance
527 #define DF_1_NODEFLIB 0x00000800 /* Ignore default library search path */ macro
675 #define DF_1_NODEFLIB 0x00000800 macro
852 * common.h (DF_1_NODEFLIB): Renamed from DF_1_NODEPLIB.
764 #define DF_1_NODEFLIB 0x00000800 /* Do not search default paths */ macro
1379 DF_1_NODEFLIB = 0x00000800, // Ignore default lib search path. enumerator
96 _ELF_DEFINE_DF(DF_1_NODEFLIB, 0x800, \
6182 if (val & DF_1_NODEFLIB) in process_dynamic_section()6185 val ^= DF_1_NODEFLIB; in process_dynamic_section()
1378 to DF_1_NODEFLIB.
1860 link_info.flags_1 |= (bfd_vma) DF_1_NODEFLIB;
1368 dtFlags1 |= DF_1_NODEFLIB; in finalizeContents()
1357 if (dynp->d_un.d_val & DF_1_NODEFLIB) in digest_dynamic1()
2902 { DF_1_NODEFLIB, "NODEFLIB" },