| /llvm-project-15.0.7/lld/test/ELF/invalid/ |
| H A D | common-symbol-alignment.test | 16 Index: SHN_COMMON 34 Index: SHN_COMMON
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | special-symbol-indices.yaml | 14 # CHECK-NEXT: Index: SHN_COMMON 41 Index: SHN_COMMON
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-size/ |
| H A D | common.test | 40 Index: SHN_COMMON 44 Index: SHN_COMMON
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | symbol-index.yaml | 22 Index: SHN_COMMON
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-nm/ |
| H A D | format-sysv-section.test | 19 Index: SHN_COMMON
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | mips-plt.test | 187 …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 D | symbol-shndx.test | 68 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 D | mips-got.test | 556 …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 D | common-symbol.test | 13 Index: SHN_COMMON
|
| H A D | add-symbol-many-sections.test | 11 ## newsym4 = is in a section with index == SHN_COMMON.
|
| H A D | many-sections.test | 72 ## st_shndx == SHN_COMMON.
|
| H A D | localize.test | 63 Index: SHN_COMMON
|
| H A D | localize-hidden.test | 53 Index: SHN_COMMON
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ |
| H A D | symbol-table.test | 115 Index: SHN_COMMON
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 299 ENUM_TO_CSTR(SHN_COMMON); in sectionIndexToCString()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 581 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 D | ELFTypes.h | 247 return getType() == ELF::STT_COMMON || st_shndx == ELF::SHN_COMMON;
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 967 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | InputFiles.cpp | 1035 if (LLVM_UNLIKELY(eSym.st_shndx == SHN_COMMON)) { in initializeSymbols() 1132 secIdx == SHN_COMMON) in postParse()
|
| H A D | SyntheticSections.cpp | 2249 eSym->st_shndx = SHN_COMMON; in writeTo()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 614 SYMBOL_COMMON = ELF::SHN_COMMON,
|
| H A D | ELFObject.cpp | 606 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 D | ELFObjectWriter.cpp | 668 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 778 ECase(SHN_COMMON); in enumeration()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 962 if (Ndx == ELF::SHN_COMMON) in getSymbolSectionIndex() 3791 case ELF::SHN_COMMON: in getSymbolSectionNdx()
|