Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dmips.h500 #define PT_MIPS_RTPROC 0x70000001 macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dmips.h527 #define PT_MIPS_RTPROC 0x70000001 macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1421 PT_MIPS_RTPROC = 0x70000001, // Runtime procedure table. enumerator
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfxx-mips.c7393 if (m->p_type == PT_MIPS_RTPROC) in _bfd_mips_elf_modify_segment_map()
7402 m->p_type = PT_MIPS_RTPROC; in _bfd_mips_elf_modify_segment_map()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-mips.c9301 if (m->p_type == PT_MIPS_RTPROC) in _bfd_mips_elf_modify_segment_map()
9310 m->p_type = PT_MIPS_RTPROC; in _bfd_mips_elf_modify_segment_map()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c2626 case PT_MIPS_RTPROC: in get_mips_segment_type()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c2086 case PT_MIPS_RTPROC: in get_mips_segment_type()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1386 LLVM_READOBJ_ENUM_CASE(ELF, PT_MIPS_RTPROC); in segmentTypeToString()