Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dreadelf.h518 #define DF_1_GLOBAL 0x00000002 /* Unused */ macro
/freebsd/sys/sys/
H A Delf_common.h770 #define DF_1_GLOBAL 0x00000002 /* Set the RTLD_GLOBAL for object */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1534 DF_1_GLOBAL = 0x00000002, // Set RTLD_GLOBAL for this object. enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h78 _ELF_DEFINE_DF(DF_1_GLOBAL, 0x2, \
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1338 dtFlags1 |= DF_1_GLOBAL; in computeContents()
/freebsd/libexec/rtld-elf/
H A Drtld.c1528 if (dynp->d_un.d_val & DF_1_GLOBAL) in digest_dynamic1()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c2921 { DF_1_GLOBAL, "GLOBAL" },