Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Delf_common.h495 #define SHT_HIPROC 0x7fffffff /* specific section header types */ macro
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1131 SHT_HIPROC = 0x7fffffff, // Highest processor arch-specific type. enumerator
/freebsd-14.2/contrib/elftoolchain/common/
H A Delfdefinitions.h1261 _ELF_DEFINE_SHT(SHT_HIPROC, 0x7FFFFFFFUL, \
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3346 CASE_AND_STREAM(s, SHT_HIPROC, kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd-14.2/contrib/elftoolchain/readelf/
H A Dreadelf.c721 if (stype >= SHT_LOPROC && stype <= SHT_HIPROC) { in section_type()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3974 else if (Type >= SHT_LOPROC && Type <= SHT_HIPROC) in getSectionTypeOffsetString()