Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h572 #define PT_MIPS_ABIFLAGS 0x70000003 /* MIPS fp mode */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1513 PT_MIPS_ABIFLAGS = 0x70000003, // Abiflags segment. enumerator
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1934 addPhdrForSection(part, SHT_MIPS_ABIFLAGS, PT_MIPS_ABIFLAGS, PF_R); in finalizeSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1469 LLVM_READOBJ_ENUM_CASE(ELF, PT_MIPS_ABIFLAGS); in segmentTypeToString()