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

/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h631 #define DF_1_GLOBAL 0x00000002 macro
/openbsd-current/libexec/ld.so/
H A Dlibrary_subr.c247 object->obj_flags |= flags & DF_1_GLOBAL;
H A Ddlfcn.c88 | (flags & RTLD_GLOBAL ? DF_1_GLOBAL : 0)
H A Dresolve.c697 if (((n->data->obj_flags & DF_1_GLOBAL) == 0) &&
H A Dloader.c623 exe_obj->obj_flags |= DF_1_GLOBAL;
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h663 #define DF_1_GLOBAL 0x00000002 macro
/openbsd-current/sys/sys/
H A Dexec_elf.h579 #define DF_1_GLOBAL 0x00000002 macro
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1475 DF_1_GLOBAL = 0x00000002, // Set RTLD_GLOBAL for this object. enumerator in enum:llvm::ELF::__anon74
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c4824 if (val & DF_1_GLOBAL)
4827 val ^= DF_1_GLOBAL;
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c6374 if (val & DF_1_GLOBAL)
6377 val ^= DF_1_GLOBAL;
/openbsd-current/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1330 dtFlags1 |= DF_1_GLOBAL;

Completed in 308 milliseconds