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

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h518 #define DF_1_GLOBAL 0x00000002 /* Unused */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1282 DF_1_GLOBAL = 0x00000002, // Set RTLD_GLOBAL for this object. enumerator in enum:llvm::ELF::__anon3107
/freebsd-13-stable/sys/sys/
H A Delf_common.h764 #define DF_1_GLOBAL 0x00000002 /* Set the RTLD_GLOBAL for object */ macro
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h78 _ELF_DEFINE_DF(DF_1_GLOBAL, 0x2, \
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1310 dtFlags1 |= DF_1_GLOBAL;
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1391 if (dynp->d_un.d_val & DF_1_GLOBAL)
2160 * that is marked as DF_1_NODELETE or DF_1_GLOBAL. They need
2163 * For DF_1_GLOBAL, DAG is required for symbol lookups in
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2890 { DF_1_GLOBAL, "GLOBAL" },

Completed in 221 milliseconds