Searched refs:DT_BIND_NOW (Results 1 – 10 of 10) sorted by relevance
549 #define DT_BIND_NOW 24 macro
443 #define DT_BIND_NOW 24 /* Bind now regardless of env setting */ macro
380 #define DT_BIND_NOW 24 /* [sup] */ macro
1646 echo ' && (link_info.flags & DT_BIND_NOW)) return' >> e${EMULATION_NAME}.c1658 echo ' && (link_info.flags & DT_BIND_NOW)) return' >> e${EMULATION_NAME}.c1668 echo ' && (link_info.flags & DT_BIND_NOW)) return' >> e${EMULATION_NAME}.c1702 && link_info.relro && (link_info.flags & DT_BIND_NOW))1717 && link_info.relro && (link_info.flags & DT_BIND_NOW))1731 && (link_info.flags & DT_BIND_NOW))
1639 DT_BIND_NOW = 24, // Process all relocations before execution. enumerator
1537 case DT_BIND_NOW: return "BIND_NOW"; in get_dynamic_type()6331 case DT_BIND_NOW: in process_dynamic_section()
1353 (process_dynamic_segment <DT_BIND_NOW>): Here too.
1264 case DT_BIND_NOW: name = "BIND_NOW"; break; in _bfd_elf_print_private_bfd_data()
5979 if (!_bfd_elf_add_dynamic_entry (info, DT_BIND_NOW, 0)) in bfd_elf_size_dynamic_sections()
7371 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,