Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h578 SHN_MIPS_SUNDEFINED = 0xff04 // Undefined symbols for global data area enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h751 SYMBOL_MIPS_SUNDEFINED = ELF::SHN_MIPS_SUNDEFINED,
H A DELFObject.cpp666 case SHN_MIPS_SUNDEFINED: in isValidReservedSectionIndex()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1096 _ELF_DEFINE_SHN(SHN_MIPS_SUNDEFINED, 0xFF04U, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp833 ECase(SHN_MIPS_SUNDEFINED); in enumeration()