Searched refs:SHT_HIOS (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dcommon.h344 #define SHT_HIOS 0x6fffffff /* Last of OS specific semantics */ macro
/freebsd-10.3-release/sys/sys/
H A Delf_common.h416 #define SHT_HIOS 0x6fffffff /* Last of OS specific semantics */ macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1245 SHT_HIOS = 0x6fffffff, // Highest operating system-specific type.
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf.c2246 else if (hdr->sh_type >= SHT_LOOS && hdr->sh_type <= SHT_HIOS)
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dreadelf.c2712 else if ((sh_type >= SHT_LOOS) && (sh_type <= SHT_HIOS))

Completed in 103 milliseconds