Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/elf/
Dor32.h49 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
Di370.h30 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
Dppc.h162 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
Dcommon.h362 #define SHT_HIPROC 0x7FFFFFFF /* Processor-specific semantics, hi */ macro
/freebsd-12-stable/sys/sys/
Delf_common.h491 #define SHT_HIPROC 0x7fffffff /* specific section header types */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h977 SHT_HIPROC = 0x7fffffff, // Highest processor arch-specific type. enumerator
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h1261 _ELF_DEFINE_SHT(SHT_HIPROC, 0x7FFFFFFFUL, \
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp3181 CASE_AND_STREAM(s, SHT_HIPROC, kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c710 if (stype >= SHT_LOPROC && stype <= SHT_HIPROC) { in section_type()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c2677 if ((sh_type >= SHT_LOPROC) && (sh_type <= SHT_HIPROC)) in get_section_type_name()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3556 else if (Type >= SHT_LOPROC && Type <= SHT_HIPROC) in getSectionTypeOffsetString()
/freebsd-12-stable/contrib/binutils/bfd/
Delf.c2235 && hdr->sh_type <= SHT_HIPROC) in bfd_section_from_shdr()