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

/netbsd-current/external/bsd/file/dist/src/
H A Dreadelf.h520 #define DF_1_GLOBAL 0x00000002 /* Unused */ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h1076 #define DF_1_GLOBAL 0x00000002 macro
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dcommon.h1079 #define DF_1_GLOBAL 0x00000002 macro
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h1363 DF_1_GLOBAL = 0x00000002, // Set RTLD_GLOBAL for this object. enumerator in enum:llvm::ELF::__anon1389
/netbsd-current/tools/m68k-elf2aout/sys/
H A Dexec_elf.h730 #define DF_1_GLOBAL 0x00000002 /* Unused */ macro
/netbsd-current/tools/arm-elf2aout/sys/
H A Dexec_elf.h730 #define DF_1_GLOBAL 0x00000002 /* Unused */ macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1212 #define DF_1_GLOBAL 0x00000002 macro
/netbsd-current/sys/sys/
H A Dexec_elf.h824 #define DF_1_GLOBAL 0x00000002 /* Unused */ macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dcommon.h1215 #define DF_1_GLOBAL 0x00000002 macro
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp.h904 DF_1_GLOBAL = 0x2, enumerator in enum:elfcpp::DF_1
/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp.h910 DF_1_GLOBAL = 0x2, enumerator in enum:elfcpp::DF_1
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Delfcpp.h908 DF_1_GLOBAL = 0x2, enumerator in enum:elfcpp::DF_1
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dlayout.cc5329 flags |= elfcpp::DF_1_GLOBAL;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dlayout.cc5346 flags |= elfcpp::DF_1_GLOBAL;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dlayout.cc5332 flags |= elfcpp::DF_1_GLOBAL;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c10174 if (val & DF_1_GLOBAL)
10177 val ^= DF_1_GLOBAL;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c10682 if (val & DF_1_GLOBAL)
10685 val ^= DF_1_GLOBAL;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c11635 if (val & DF_1_GLOBAL)
11638 val ^= DF_1_GLOBAL;

Completed in 596 milliseconds