Home
last modified time | relevance | path

Searched refs:PT_MIPS_ABIFLAGS (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h618 #define PT_MIPS_ABIFLAGS 0x70000003 macro
DChangeLog-0415286 * mips.h (PT_MIPS_ABIFLAGS, SHT_MIPS_ABIFLAGS): Define.
/toolchain/binutils/binutils-2.27/elfcpp/
DChangeLog-081597 * elfcpp.h (PT_MIPS_ABIFLAGS): New program header type.
Delfcpp.h517 PT_MIPS_ABIFLAGS = 0x70000003,
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-2014643 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
Dreadelf.c3717 case PT_MIPS_ABIFLAGS: in get_mips_segment_type()
/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-20141783 PT_MIPS_ABIFLAGS program header.
1784 (_bfd_mips_elf_modify_segment_map): Create PT_MIPS_ABIFLAGS segment and
Delfxx-mips.c12171 if (m->p_type == PT_MIPS_ABIFLAGS) in _bfd_mips_elf_modify_segment_map()
12180 m->p_type = PT_MIPS_ABIFLAGS; in _bfd_mips_elf_modify_segment_map()
/toolchain/binutils/binutils-2.27/ld/testsuite/
DChangeLog-2014452 differences. Ignore program headers other than PT_MIPS_ABIFLAGS.
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc9628 layout->make_output_segment(elfcpp::PT_MIPS_ABIFLAGS, elfcpp::PF_R); in do_finalize_sections()