Home
last modified time | relevance | path

Searched refs:PT_MIPS_REGINFO (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/binutils/include/elf/
HDmips.h525 #define PT_MIPS_REGINFO 0x70000000 macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h979 PT_MIPS_REGINFO = 0x70000000, // Register usage information. enumerator
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp490 LLVM_READOBJ_ENUM_CASE(ELF, PT_MIPS_REGINFO); in getElfSegmentType()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h933 _ELF_DEFINE_PT(PT_MIPS_REGINFO, 0x70000000UL, \
/NextBSD/contrib/binutils/bfd/
HDelfxx-mips.c9326 if (m->p_type == PT_MIPS_REGINFO) in _bfd_mips_elf_modify_segment_map()
9335 m->p_type = PT_MIPS_REGINFO; in _bfd_mips_elf_modify_segment_map()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c2385 case PT_MIPS_REGINFO: in get_mips_segment_type()