Searched refs:DF_1_NOW (Results 1 – 6 of 6) sorted by relevance
825 #define DF_1_NOW 0x00000001 macro
349 * elfcpp.h (DF_1_NOW, DF_1_GLOBAL, DF_1_GROUP,
878 DF_1_NOW = 0x1,
2301 link_info.flags_1 |= (bfd_vma) DF_1_NOW;2306 link_info.flags_1 &= ~(bfd_vma) DF_1_NOW;
4992 flags |= elfcpp::DF_1_NOW; in finish_dynamic_section()
8637 if (val & DF_1_NOW) in process_dynamic_section()8640 val ^= DF_1_NOW; in process_dynamic_section()