Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h613 #define PT_MIPS_ABIFLAGS 0x70000003 macro
/toolchain/binutils/binutils-2.25/elfcpp/
DChangeLog29 * elfcpp.h (PT_MIPS_ABIFLAGS): New program header type.
Delfcpp.h499 PT_MIPS_ABIFLAGS = 0x70000003,
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog1223 PT_MIPS_ABIFLAGS program header.
1224 (_bfd_mips_elf_modify_segment_map): Create PT_MIPS_ABIFLAGS segment and
Delfxx-mips.c12124 if (m->p_type == PT_MIPS_ABIFLAGS) in _bfd_mips_elf_modify_segment_map()
12133 m->p_type = PT_MIPS_ABIFLAGS; in _bfd_mips_elf_modify_segment_map()
/toolchain/binutils/binutils-2.25/ld/testsuite/
DChangeLog153 differences. Ignore program headers other than PT_MIPS_ABIFLAGS.
/toolchain/binutils/binutils-2.25/include/
DChangeLog39 * elf/mips.h (PT_MIPS_ABIFLAGS, SHT_MIPS_ABIFLAGS): Define.
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3264 case PT_MIPS_ABIFLAGS: in get_mips_segment_type()