Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Delf_common.h127 #define ET_HIOS 0xFEFF /* Operating system-specific */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h94 #define ET_HIOS 0xFEFF /* Operating system-specific */ macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h95 #define ET_HIOS 0xFEFF /* Operating system-specific */ macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h98 #define ET_HIOS 0xFEFF /* Operating system-specific */ macro
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h161 ET_HIOS = 0xfeff,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h161 ET_HIOS = 0xfeff,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h840 _ELF_DEFINE_ET(ET_HIOS, 0xFEFFU, "End OS-specific range") \
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c2153 else if ((e_type >= ET_LOOS) && (e_type <= ET_HIOS)) in get_file_type()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2292 else if ((e_type >= ET_LOOS) && (e_type <= ET_HIOS)) in get_file_type()