Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h575 SHN_MIPS_TEXT = 0xff01, // Not ABI compliant enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h748 SYMBOL_MIPS_TEXT = ELF::SHN_MIPS_TEXT,
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1092 _ELF_DEFINE_SHN(SHN_MIPS_TEXT, 0xFF01U, "Reserved (obsolete)") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp830 ECase(SHN_MIPS_TEXT); in enumeration()