Home
last modified time | relevance | path

Searched refs:DT_BIND_NOW (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/binutils/include/elf/
Dcommon.h549 #define DT_BIND_NOW 24 macro
/freebsd-9-stable/sys/xen/interface/
Delfstructs.h443 #define DT_BIND_NOW 24 /* Bind now regardless of env setting */ macro
/freebsd-9-stable/sys/sys/
Delf_common.h380 #define DT_BIND_NOW 24 /* [sup] */ macro
/freebsd-9-stable/contrib/binutils/ld/emultempl/
Delf32.em1646 echo ' && (link_info.flags & DT_BIND_NOW)) return' >> e${EMULATION_NAME}.c
1658 echo ' && (link_info.flags & DT_BIND_NOW)) return' >> e${EMULATION_NAME}.c
1668 echo ' && (link_info.flags & DT_BIND_NOW)) return' >> e${EMULATION_NAME}.c
1702 && 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))
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h1639 DT_BIND_NOW = 24, // Process all relocations before execution. enumerator
/freebsd-9-stable/contrib/binutils/binutils/
Dreadelf.c1537 case DT_BIND_NOW: return "BIND_NOW"; in get_dynamic_type()
6331 case DT_BIND_NOW: in process_dynamic_section()
DChangeLog-02031353 (process_dynamic_segment <DT_BIND_NOW>): Here too.
/freebsd-9-stable/contrib/binutils/bfd/
Delf.c1264 case DT_BIND_NOW: name = "BIND_NOW"; break; in _bfd_elf_print_private_bfd_data()
Delflink.c5979 if (!_bfd_elf_add_dynamic_entry (info, DT_BIND_NOW, 0)) in bfd_elf_size_dynamic_sections()
DChangeLog-00017371 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,