Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h576 SHN_MIPS_DATA = 0xff02, // Not ABI compliant enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h749 SYMBOL_MIPS_DATA = ELF::SHN_MIPS_DATA,
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1093 _ELF_DEFINE_SHN(SHN_MIPS_DATA, 0xFF02U, "Reserved (obsolete)") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp831 ECase(SHN_MIPS_DATA); in enumeration()