Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h531 #define DF_1_DISPRELDNE 0x00008000 /* Did displacement relocation */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h842 #define DF_1_DISPRELDNE 0x00008000 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h875 #define DF_1_DISPRELDNE 0x00008000 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h1080 #define DF_1_DISPRELDNE 0x00008000 macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c9409 if (val & DF_1_DISPRELDNE) in process_dynamic_section()
9412 val ^= DF_1_DISPRELDNE; in process_dynamic_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c10235 if (val & DF_1_DISPRELDNE) in process_dynamic_section()
10238 val ^= DF_1_DISPRELDNE; in process_dynamic_section()