Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h533 #define DF_1_NODIRECT 0x00020000 /* Has non-direct bindings */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h844 #define DF_1_NODIRECT 0x00020000 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h877 #define DF_1_NODIRECT 0x00020000 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h1082 #define DF_1_NODIRECT 0x00020000 macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c9419 if (val & DF_1_NODIRECT) in process_dynamic_section()
9422 val ^= DF_1_NODIRECT; in process_dynamic_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c10245 if (val & DF_1_NODIRECT) in process_dynamic_section()
10248 val ^= DF_1_NODIRECT; in process_dynamic_section()