Home
last modified time | relevance | path

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

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