Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/elf/
Dmips.h525 #define PT_MIPS_REGINFO 0x70000000 macro
/freebsd-12-stable/sys/sys/
Delf_common.h545 #define PT_MIPS_REGINFO 0x70000000 /* MIPS register usage info */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1317 PT_MIPS_REGINFO = 0x70000000, // Register usage information. enumerator
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h994 _ELF_DEFINE_PT(PT_MIPS_REGINFO, 0x70000000UL, \
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DWriter.cpp2141 addPhdrForSection(part, SHT_MIPS_REGINFO, PT_MIPS_REGINFO, PF_R); in finalizeSections()
/freebsd-12-stable/contrib/binutils/bfd/
Delfxx-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()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c2385 case PT_MIPS_REGINFO: in get_mips_segment_type()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1347 LLVM_READOBJ_ENUM_CASE(ELF, PT_MIPS_REGINFO); in segmentTypeToString()