Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h538 #define DF_1_NORELOC 0x00400000 /* Used internally */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h849 #define DF_1_NORELOC 0x00400000 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h882 #define DF_1_NORELOC 0x00400000 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h1087 #define DF_1_NORELOC 0x00400000 macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c9444 if (val & DF_1_NORELOC) in process_dynamic_section()
9447 val ^= DF_1_NORELOC; in process_dynamic_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c10270 if (val & DF_1_NORELOC) in process_dynamic_section()
10273 val ^= DF_1_NORELOC; in process_dynamic_section()