Home
last modified time | relevance | path

Searched refs:SHN_COMMON (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/invalid/
H A Dcommon-symbol-alignment.test16 Index: SHN_COMMON
34 Index: SHN_COMMON
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dspecial-symbol-indices.yaml14 # CHECK-NEXT: Index: SHN_COMMON
41 Index: SHN_COMMON
/llvm-project-15.0.7/llvm/test/tools/llvm-size/
H A Dcommon.test40 Index: SHN_COMMON
44 Index: SHN_COMMON
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dsymbol-index.yaml22 Index: SHN_COMMON
/llvm-project-15.0.7/llvm/test/tools/llvm-nm/
H A Dformat-sysv-section.test19 Index: SHN_COMMON
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dmips-plt.test187 …XT: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xfff2 (SHN_COMMON)
205 …XT: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xfff2 (SHN_COMMON)
253 Index: SHN_COMMON
H A Dsymbol-shndx.test68 Index: SHN_COMMON
115 …MS: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xfff2 (SHN_COMMON)
144 …XT: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xfff2 (SHN_COMMON)
H A Dmips-got.test556 …XT: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xfff2 (SHN_COMMON)
572 …XT: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xfff2 (SHN_COMMON)
603 Index: SHN_COMMON
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dcommon-symbol.test13 Index: SHN_COMMON
H A Dadd-symbol-many-sections.test11 ## newsym4 = is in a section with index == SHN_COMMON.
H A Dmany-sections.test72 ## st_shndx == SHN_COMMON.
H A Dlocalize.test63 Index: SHN_COMMON
H A Dlocalize-hidden.test53 Index: SHN_COMMON
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/
H A Dsymbol-table.test115 Index: SHN_COMMON
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp299 ENUM_TO_CSTR(SHN_COMMON); in sectionIndexToCString()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFObjectFile.h581 case ELF::SHN_COMMON: in getSymbolAddress()
619 if ((*SymOrErr)->st_shndx == ELF::SHN_COMMON) in getSymbolAlignment()
770 if (ESym->getType() == ELF::STT_COMMON || ESym->st_shndx == ELF::SHN_COMMON) in getSymbolFlags()
H A DELFTypes.h247 return getType() == ELF::STT_COMMON || st_shndx == ELF::SHN_COMMON;
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DELF.h967 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp1035 if (LLVM_UNLIKELY(eSym.st_shndx == SHN_COMMON)) { in initializeSymbols()
1132 secIdx == SHN_COMMON) in postParse()
H A DSyntheticSections.cpp2249 eSym->st_shndx = SHN_COMMON; in writeTo()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h614 SYMBOL_COMMON = ELF::SHN_COMMON,
H A DELFObject.cpp606 case SHN_COMMON: in isValidReservedSectionIndex()
658 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } in isCommon()
/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp668 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp778 ECase(SHN_COMMON); in enumeration()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp962 if (Ndx == ELF::SHN_COMMON) in getSymbolSectionIndex()
3791 case ELF::SHN_COMMON: in getSymbolSectionNdx()