Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/file/src/
Dreadelf.h527 #define DF_1_NODEFLIB 0x00000800 /* Ignore default library search path */ macro
/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h675 #define DF_1_NODEFLIB 0x00000800 macro
DChangeLog-9103852 * common.h (DF_1_NODEFLIB): Renamed from DF_1_NODEPLIB.
/freebsd-12-stable/sys/sys/
Delf_common.h764 #define DF_1_NODEFLIB 0x00000800 /* Do not search default paths */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1379 DF_1_NODEFLIB = 0x00000800, // Ignore default lib search path. enumerator
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h96 _ELF_DEFINE_DF(DF_1_NODEFLIB, 0x800, \
/freebsd-12-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-12-stable/contrib/binutils/ld/emultempl/
Delf32.em1860 link_info.flags_1 |= (bfd_vma) DF_1_NODEFLIB;
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.cpp1368 dtFlags1 |= DF_1_NODEFLIB; in finalizeContents()
/freebsd-12-stable/libexec/rtld-elf/
Drtld.c1357 if (dynp->d_un.d_val & DF_1_NODEFLIB) in digest_dynamic1()
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c2902 { DF_1_NODEFLIB, "NODEFLIB" },