Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDelf_common.h549 #define PT_MIPS_RTPROC 0x70000001 /* MIPS runtime procedure tbl */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1511 PT_MIPS_RTPROC = 0x70000001, // Runtime procedure table. enumerator
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h996 _ELF_DEFINE_PT(PT_MIPS_RTPROC, 0x70000001UL, \
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1467 LLVM_READOBJ_ENUM_CASE(ELF, PT_MIPS_RTPROC); in segmentTypeToString()