Home
last modified time | relevance | path

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

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