Searched refs:DF_1_NODEFLIB (Results 1 – 8 of 8) sorted by relevance
651 #define DF_1_NODEFLIB 0x00000800 macro
852 * common.h (DF_1_NODEFLIB): Renamed from DF_1_NODEPLIB.
482 #define DF_1_NODEFLIB 0x00000800 /* Do not search default paths */ macro
1764 DF_1_NODEFLIB = 0x00000800, // Ignore default lib search path. enumerator
6182 if (val & DF_1_NODEFLIB) in process_dynamic_section()6185 val ^= DF_1_NODEFLIB; in process_dynamic_section()
1378 to DF_1_NODEFLIB.
1859 link_info.flags_1 |= (bfd_vma) DF_1_NODEFLIB;
1150 if (dynp->d_un.d_val & DF_1_NODEFLIB) in digest_dynamic1()