Home
last modified time | relevance | path

Searched refs:PT_MIPS_OPTIONS (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h615 #define PT_MIPS_OPTIONS 0x70000002 macro
DChangeLog-91031505 * mips.h (PT_MIPS_OPTIONS): New symbol.
/toolchain/binutils/binutils-2.27/elfcpp/
DChangeLog-0815231 (PT_MIPS_REGINFO, PT_MIPS_RTPROC, PT_MIPS_OPTIONS): Likewise.
Delfcpp.h515 PT_MIPS_OPTIONS = 0x70000002,
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c12221 if (*pm == NULL || (*pm)->p_type != PT_MIPS_OPTIONS) in _bfd_mips_elf_modify_segment_map()
12226 options_segment->p_type = PT_MIPS_OPTIONS; in _bfd_mips_elf_modify_segment_map()
DChangeLog-98991852 PT_MIPS_OPTIONS segment on IRIX6.
DChangeLog-02031044 (_bfd_mips_elf_modify_segment_map): Fix placement of PT_MIPS_OPTIONS.
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c3715 case PT_MIPS_OPTIONS: in get_mips_segment_type()