Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/file/src/
HDreadelf.h511 #define DF_SYMBOLIC 0x00000002 /* */ macro
/freebsd-11-stable/contrib/binutils/include/elf/
HDcommon.h681 #define DF_SYMBOLIC (1 << 1) macro
HDChangeLog-91031103 (DF_SYMBOLIC): Value for dynamic section flag.
/freebsd-11-stable/sys/sys/
HDelf_common.h728 #define DF_SYMBOLIC 0x0002 /* Indicates "symbolic" linking. */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1260 DF_SYMBOLIC = 0x02, // Search the shared lib before searching the exe. enumerator
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h68 _ELF_DEFINE_DF(DF_SYMBOLIC, 0x2, \
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp1305 dtFlags |= DF_SYMBOLIC; in finalizeContents()
/freebsd-11-stable/libexec/rtld-elf/
HDrtld.c1298 if (dynp->d_un.d_val & DF_SYMBOLIC) in digest_dynamic1()
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c2871 { DF_SYMBOLIC, "SYMBOLIC" },
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c5813 case DF_SYMBOLIC: fputs ("SYMBOLIC", stdout); break; in print_dynamic_flags()
/freebsd-11-stable/contrib/binutils/bfd/
HDelflink.c5480 info->flags |= DF_SYMBOLIC; in bfd_elf_size_dynamic_sections()
HDChangeLog-00017338 set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if