Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h541 #define DF_1_SINGLETON 0x02000000 /* Has singleton symbols */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h852 #define DF_1_SINGLETON 0x02000000 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h885 #define DF_1_SINGLETON 0x02000000 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h1090 #define DF_1_SINGLETON 0x02000000 macro
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c9459 if (val & DF_1_SINGLETON) in process_dynamic_section()
9462 val ^= DF_1_SINGLETON; in process_dynamic_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c10285 if (val & DF_1_SINGLETON) in process_dynamic_section()
10288 val ^= DF_1_SINGLETON; in process_dynamic_section()