Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/include/elf/
H A Di370.h31 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
H A Dppc.h199 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
H A Dcommon.h494 #define SHT_HIPROC 0x7FFFFFFF /* Processor-specific semantics, hi */ macro
/dflybsd-src/contrib/binutils-2.34/include/elf/
H A Di370.h31 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
H A Dppc.h208 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
H A Dcommon.h529 #define SHT_HIPROC 0x7FFFFFFF /* Processor-specific semantics, hi */ macro
/dflybsd-src/sys/sys/
H A Delf_common.h417 #define SHT_HIPROC 0x7FFFFFFF /* Processor-specific semantics, hi */ macro
/dflybsd-src/contrib/gdb-7/include/elf/
H A Dcommon.h486 #define SHT_HIPROC 0x7FFFFFFF /* Processor-specific semantics, hi */ macro
/dflybsd-src/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h363 SHT_HIPROC = 0x7fffffff,
/dflybsd-src/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h364 SHT_HIPROC = 0x7fffffff,
/dflybsd-src/contrib/elftoolchain/common/
H A Delfdefinitions.h1200 _ELF_DEFINE_SHT(SHT_HIPROC, 0x7FFFFFFFUL, \
/dflybsd-src/lib/libexecinfo/
H A Dprivate_libelf.h390 _ELF_DEFINE_SHT(SHT_HIPROC, 0x7FFFFFFFUL, \
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dlayout.cc662 || (sh_type >= elfcpp::SHT_LOPROC && sh_type <= elfcpp::SHT_HIPROC)) in include_section()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dlayout.cc668 || (sh_type >= elfcpp::SHT_LOPROC && sh_type <= elfcpp::SHT_HIPROC)) in include_section()
/dflybsd-src/contrib/gdb-7/bfd/
H A Delf.c1982 && hdr->sh_type <= SHT_HIPROC) in bfd_section_from_shdr()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Delf.c2437 && hdr->sh_type <= SHT_HIPROC) in bfd_section_from_shdr()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delf.c2566 && hdr->sh_type <= SHT_HIPROC) in bfd_section_from_shdr()
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dreadelf.c4018 if ((sh_type >= SHT_LOPROC) && (sh_type <= SHT_HIPROC)) in get_section_type_name()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dreadelf.c4314 if ((sh_type >= SHT_LOPROC) && (sh_type <= SHT_HIPROC)) in get_section_type_name()