Searched refs:DF_1_DISPRELPND (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/bsd/file/dist/src/
H A Dreadelf.h534 #define DF_1_DISPRELPND 0x00010000 /* Pending displacement relocation */ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h1091 #define DF_1_DISPRELPND 0x00010000 macro
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dcommon.h1094 #define DF_1_DISPRELPND 0x00010000 macro
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h1378 DF_1_DISPRELPND = 0x00010000, // Disp reloc applied at run-time. enumerator in enum:llvm::ELF::__anon1389
/netbsd-current/tools/m68k-elf2aout/sys/
H A Dexec_elf.h744 #define DF_1_DISPRELPND 0x00010000 /* Pending displacement relocation */ macro
/netbsd-current/tools/arm-elf2aout/sys/
H A Dexec_elf.h744 #define DF_1_DISPRELPND 0x00010000 /* Pending displacement relocation */ macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1227 #define DF_1_DISPRELPND 0x00010000 macro
/netbsd-current/sys/sys/
H A Dexec_elf.h838 #define DF_1_DISPRELPND 0x00010000 /* Pending displacement relocation */ macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dcommon.h1230 #define DF_1_DISPRELPND 0x00010000 macro
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c10249 if (val & DF_1_DISPRELPND)
10252 val ^= DF_1_DISPRELPND;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c10757 if (val & DF_1_DISPRELPND)
10760 val ^= DF_1_DISPRELPND;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c11710 if (val & DF_1_DISPRELPND)
11713 val ^= DF_1_DISPRELPND;

Completed in 497 milliseconds