Home
last modified time | relevance | path

Searched refs:PT_MIPS_RTPROC (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h607 #define PT_MIPS_RTPROC 0x70000001 macro
/toolchain/binutils/binutils-2.25/elfcpp/
DChangeLog163 (PT_MIPS_REGINFO, PT_MIPS_RTPROC, PT_MIPS_OPTIONS): Likewise.
Delfcpp.h495 PT_MIPS_RTPROC = 0x70000001,
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c12199 if (m->p_type == PT_MIPS_RTPROC) in _bfd_mips_elf_modify_segment_map()
12208 m->p_type = PT_MIPS_RTPROC; in _bfd_mips_elf_modify_segment_map()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3260 case PT_MIPS_RTPROC: in get_mips_segment_type()