Home
last modified time | relevance | path

Searched refs:DF_1_NODEFLIB (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/binutils/include/elf/
Dcommon.h651 #define DF_1_NODEFLIB 0x00000800 macro
DChangeLog-9103852 * common.h (DF_1_NODEFLIB): Renamed from DF_1_NODEPLIB.
/freebsd-9-stable/sys/sys/
Delf_common.h482 #define DF_1_NODEFLIB 0x00000800 /* Do not search default paths */ macro
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h1764 DF_1_NODEFLIB = 0x00000800, // Ignore default lib search path. enumerator
/freebsd-9-stable/contrib/binutils/binutils/
Dreadelf.c6182 if (val & DF_1_NODEFLIB) in process_dynamic_section()
6185 val ^= DF_1_NODEFLIB; in process_dynamic_section()
DChangeLog-00011378 to DF_1_NODEFLIB.
/freebsd-9-stable/contrib/binutils/ld/emultempl/
Delf32.em1859 link_info.flags_1 |= (bfd_vma) DF_1_NODEFLIB;
/freebsd-9-stable/libexec/rtld-elf/
Drtld.c1150 if (dynp->d_un.d_val & DF_1_NODEFLIB) in digest_dynamic1()