Home
last modified time | relevance | path

Searched refs:SHT_MIPS_OPTIONS (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsOptionRecord.cpp32 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord()
/NextBSD/contrib/binutils/include/elf/
HDmips.h286 #define SHT_MIPS_OPTIONS 0x7000000d macro
HDChangeLog-91031873 * mips.h (SHT_MIPS_OPTIONS): Define.
/NextBSD/sys/sys/
HDelf_common.h439 #define SHT_MIPS_OPTIONS 0x7000000d macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h653 SHT_MIPS_OPTIONS = 0x7000000d, // General options enumerator
/NextBSD/contrib/llvm/lib/Object/
HDELFYAML.cpp373 ECase(SHT_MIPS_OPTIONS) in enumeration()
/NextBSD/usr.bin/elfdump/
HDelfdump.c383 case SHT_MIPS_OPTIONS: return "SHT_MIPS_OPTIONS"; in sh_types()
/NextBSD/contrib/binutils/bfd/
HDelfxx-mips.c5303 if (hdr->sh_type == SHT_MIPS_OPTIONS in _bfd_mips_elf_section_processing()
5470 case SHT_MIPS_OPTIONS: in _bfd_mips_elf_section_from_shdr()
5525 if (hdr->sh_type == SHT_MIPS_OPTIONS) in _bfd_mips_elf_section_from_shdr()
5665 hdr->sh_type = SHT_MIPS_OPTIONS; in _bfd_mips_elf_fake_sections()
9363 if (elf_section_data (s)->this_hdr.sh_type == SHT_MIPS_OPTIONS) in _bfd_mips_elf_modify_segment_map()
HDChangeLog-96974606 SHT_MIPS_OPTIONS section.
4629 for a SHT_MIPS_OPTIONS section.
4630 (mips_elf32_section_from_shdr): Handle SHT_MIPS_OPTIONS section.
4632 name of a SHT_MIPS_OPTIONS section.
4635 SHT_MIPS_OPTIONS section.
HDChangeLog-9193540 (mips_elf_section_from_shdr): Handle SHT_MIPS_OPTIONS.
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp430 LLVM_READOBJ_ENUM_CASE(ELF, SHT_MIPS_OPTIONS); in getElfSectionType()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h1160 _ELF_DEFINE_SHT(SHT_MIPS_OPTIONS, 0x7000000DUL, \
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c674 case SHT_MIPS_OPTIONS: return "MIPS_OPTIONS"; in section_type()
4531 (s->type == SHT_MIPS_OPTIONS))) { in dump_mips_specific_info()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c2544 case SHT_MIPS_OPTIONS: return "MIPS_OPTIONS"; in get_mips_section_type_name()
8736 while (sect->sh_type != SHT_MIPS_OPTIONS) in process_mips_specific()