Searched refs:DF_SYMBOLIC (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h511 #define DF_SYMBOLIC 0x00000002 /* */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1273 DF_SYMBOLIC = 0x02, // Search the shared lib before searching the exe. enumerator in enum:llvm::ELF::__anon3106
/freebsd-13-stable/sys/sys/
H A Delf_common.h751 #define DF_SYMBOLIC 0x0002 /* Indicates "symbolic" linking. */ macro
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h68 _ELF_DEFINE_DF(DF_SYMBOLIC, 0x2, \
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1308 dtFlags |= DF_SYMBOLIC;
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1334 if (dynp->d_un.d_val & DF_SYMBOLIC)
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2881 { DF_SYMBOLIC, "SYMBOLIC" },

Completed in 332 milliseconds