Searched refs:DT_BIND_NOW (Results 1 – 12 of 12) sorted by relevance
573 #define DT_BIND_NOW 24 macro
1647 echo ' && (link_info.flags & DT_BIND_NOW)) return' >> e${EMULATION_NAME}.c1659 echo ' && (link_info.flags & DT_BIND_NOW)) return' >> e${EMULATION_NAME}.c1669 echo ' && (link_info.flags & DT_BIND_NOW)) return' >> e${EMULATION_NAME}.c1703 && link_info.relro && (link_info.flags & DT_BIND_NOW))1718 && link_info.relro && (link_info.flags & DT_BIND_NOW))1732 && (link_info.flags & DT_BIND_NOW))
551 #define DT_BIND_NOW 24 /* [sup] */ macro
1042 DT_BIND_NOW = 24, // Process all relocations before execution. enumerator
202 case DT_BIND_NOW: return "DT_BIND_NOW"; in d_tags()
128 _ELF_DEFINE_DT(DT_BIND_NOW, 24, \
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.
901 case DT_BIND_NOW: return "BIND_NOW"; in dt_type()
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,