Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h571 #define PT_MIPS_OPTIONS 0x70000002 /* MIPS e_flags value*/ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1512 PT_MIPS_OPTIONS = 0x70000002, // Options segment. enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h998 _ELF_DEFINE_PT(PT_MIPS_OPTIONS, 0x70000002UL, \
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1933 addPhdrForSection(part, SHT_MIPS_OPTIONS, PT_MIPS_OPTIONS, PF_R); in finalizeSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1468 LLVM_READOBJ_ENUM_CASE(ELF, PT_MIPS_OPTIONS); in segmentTypeToString()