Home
last modified time | relevance | path

Searched refs:DF_SYMBOLIC (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/file/src/
Dreadelf.h511 #define DF_SYMBOLIC 0x00000002 /* */ macro
/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h681 #define DF_SYMBOLIC (1 << 1) macro
DChangeLog-91031103 (DF_SYMBOLIC): Value for dynamic section flag.
/freebsd-12-stable/sys/sys/
Delf_common.h745 #define DF_SYMBOLIC 0x0002 /* Indicates "symbolic" linking. */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1360 DF_SYMBOLIC = 0x02, // Search the shared lib before searching the exe. enumerator
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h68 _ELF_DEFINE_DF(DF_SYMBOLIC, 0x2, \
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DOptions.td162 "shared object. Implies -Bsymbolic but does not set DF_SYMBOLIC">,
DSyntheticSections.cpp1360 dtFlags |= DF_SYMBOLIC; in finalizeContents()
/freebsd-12-stable/libexec/rtld-elf/
Drtld.c1303 if (dynp->d_un.d_val & DF_SYMBOLIC) in digest_dynamic1()
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c2884 { DF_SYMBOLIC, "SYMBOLIC" },
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c5813 case DF_SYMBOLIC: fputs ("SYMBOLIC", stdout); break; in print_dynamic_flags()
/freebsd-12-stable/contrib/binutils/bfd/
Delflink.c5480 info->flags |= DF_SYMBOLIC; in bfd_elf_size_dynamic_sections()
DChangeLog-00017338 set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if