Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h571 SHN_MIPS_ACOMMON = 0xff00, // Common symbols which are defined and allocated enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h631 SYMBOL_MIPS_ACOMMON = ELF::SHN_MIPS_ACOMMON,
H A DELFObject.cpp644 case SHN_MIPS_ACOMMON: in isValidReservedSectionIndex()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1090 _ELF_DEFINE_SHN(SHN_MIPS_ACOMMON, 0xFF00U, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp811 ECase(SHN_MIPS_ACOMMON); in enumeration()