Home
last modified time | relevance | path

Searched refs:DF_1_NORELOC (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/bsd/file/dist/src/
Dreadelf.h540 #define DF_1_NORELOC 0x00400000 /* Used internally */ macro
/netbsd/src/external/gpl3/binutils/dist/include/elf/
Dcommon.h1263 #define DF_1_NORELOC 0x00400000 macro
DChangeLog-0415546 (DF_1_NORELOC): Likewise.
/netbsd/src/external/gpl3/gdb/dist/include/elf/
Dcommon.h1267 #define DF_1_NORELOC 0x00400000 macro
DChangeLog-0415546 (DF_1_NORELOC): Likewise.
/netbsd/src/tools/m68k-elf2aout/sys/
Dexec_elf.h750 #define DF_1_NORELOC 0x00400000 /* Used internally */ macro
/netbsd/src/sys/sys/
Dexec_elf.h855 #define DF_1_NORELOC 0x00400000 /* Used internally */ macro
/netbsd/src/external/gpl3/binutils/dist/binutils/
DChangeLog-201229 DF_1_NORELOC, DF_1_SYMINTPOSE, DF_1_GLOBAUDIT and DF_1_SINGLETON.
Dreadelf.c12283 if (val & DF_1_NORELOC) in process_dynamic_section()
12286 val ^= DF_1_NORELOC; in process_dynamic_section()