Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDelf_common.h449 #define SHT_HIOS 0x6fffffff /* Last of OS specific semantics */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1119 SHT_HIOS = 0x6fffffff, // Highest operating system-specific type. enumerator
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDInputFiles.cpp770 if (SHT_LOOS <= t && t <= SHT_HIOS && !(flags & SHF_OS_NONCONFORMING)) in isKnownSpecificSectionType()
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1183 _ELF_DEFINE_SHT(SHT_HIOS, 0x6FFFFFFFUL, \
/freebsd-13-stable/contrib/elftoolchain/readelf/
HDreadelf.c815 if (stype >= SHT_LOOS && stype <= SHT_HIOS) in section_type()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp4051 if (Type >= SHT_LOOS && Type <= SHT_HIOS) in getSectionTypeOffsetString()