Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h575 #define PT_MIPS_REGINFO 0x70000000 /* MIPS register usage info */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1588 PT_MIPS_REGINFO = 0x70000000, // Register usage information. enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h994 _ELF_DEFINE_PT(PT_MIPS_REGINFO, 0x70000000UL, \
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2050 addPhdrForSection(part, SHT_MIPS_REGINFO, PT_MIPS_REGINFO, PF_R); in finalizeSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1467 LLVM_READOBJ_ENUM_CASE(ELF, PT_MIPS_REGINFO); in segmentTypeToString()