Home
last modified time | relevance | path

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

/trueos/lib/libelf/
HDlibelf_data.c99 case SHT_MIPS_OPTIONS: in _libelf_xlate_shtype()
/trueos/contrib/llvm/lib/Target/Mips/
HDMipsTargetObjectFile.cpp46 ELF::SHT_MIPS_OPTIONS, in Initialize()
/trueos/contrib/binutils/include/elf/
HDmips.h286 #define SHT_MIPS_OPTIONS 0x7000000d macro
HDChangeLog-91031873 * mips.h (SHT_MIPS_OPTIONS): Define.
/trueos/sys/sys/
HDelf_common.h312 #define SHT_MIPS_OPTIONS 0x7000000d macro
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h1261 SHT_MIPS_OPTIONS = 0x7000000d, // General options in LLVM_ENUM_INT_TYPE()
/trueos/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp346 LLVM_READOBJ_ENUM_CASE(ELF, SHT_MIPS_OPTIONS); in getElfSectionType()
/trueos/usr.bin/elfdump/
HDelfdump.c380 case SHT_MIPS_OPTIONS: return "SHT_MIPS_OPTIONS"; in sh_types()
/trueos/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.
/trueos/contrib/llvm/lib/MC/
HDELFObjectWriter.cpp1350 case ELF::SHT_MIPS_OPTIONS: in WriteSection()
/trueos/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()