Searched refs:SHT_HIPROC (Results 1 – 19 of 19) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/include/elf/ |
H A D | i370.h | 31 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
|
H A D | ppc.h | 199 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
|
H A D | common.h | 494 #define SHT_HIPROC 0x7FFFFFFF /* Processor-specific semantics, hi */ macro
|
/dflybsd-src/contrib/binutils-2.34/include/elf/ |
H A D | i370.h | 31 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
|
H A D | ppc.h | 208 #define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
|
H A D | common.h | 529 #define SHT_HIPROC 0x7FFFFFFF /* Processor-specific semantics, hi */ macro
|
/dflybsd-src/sys/sys/ |
H A D | elf_common.h | 417 #define SHT_HIPROC 0x7FFFFFFF /* Processor-specific semantics, hi */ macro
|
/dflybsd-src/contrib/gdb-7/include/elf/ |
H A D | common.h | 486 #define SHT_HIPROC 0x7FFFFFFF /* Processor-specific semantics, hi */ macro
|
/dflybsd-src/contrib/binutils-2.27/elfcpp/ |
H A D | elfcpp.h | 363 SHT_HIPROC = 0x7fffffff,
|
/dflybsd-src/contrib/binutils-2.34/elfcpp/ |
H A D | elfcpp.h | 364 SHT_HIPROC = 0x7fffffff,
|
/dflybsd-src/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1200 _ELF_DEFINE_SHT(SHT_HIPROC, 0x7FFFFFFFUL, \
|
/dflybsd-src/lib/libexecinfo/ |
H A D | private_libelf.h | 390 _ELF_DEFINE_SHT(SHT_HIPROC, 0x7FFFFFFFUL, \
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | layout.cc | 662 || (sh_type >= elfcpp::SHT_LOPROC && sh_type <= elfcpp::SHT_HIPROC)) in include_section()
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | layout.cc | 668 || (sh_type >= elfcpp::SHT_LOPROC && sh_type <= elfcpp::SHT_HIPROC)) in include_section()
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | elf.c | 1982 && hdr->sh_type <= SHT_HIPROC) in bfd_section_from_shdr()
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | elf.c | 2437 && hdr->sh_type <= SHT_HIPROC) in bfd_section_from_shdr()
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | elf.c | 2566 && hdr->sh_type <= SHT_HIPROC) in bfd_section_from_shdr()
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | readelf.c | 4018 if ((sh_type >= SHT_LOPROC) && (sh_type <= SHT_HIPROC)) in get_section_type_name()
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | readelf.c | 4314 if ((sh_type >= SHT_LOPROC) && (sh_type <= SHT_HIPROC)) in get_section_type_name()
|