reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
346 if (Index == ELF::SHN_UNDEF || Index >= ELF::SHN_LORESERVE)
include/llvm/Object/ELFObjectFile.h520 case ELF::SHN_UNDEF: 647 if (ESym->st_shndx == ELF::SHN_UNDEF)include/llvm/Object/ELFTypes.h
238 bool isUndefined() const { return st_shndx == ELF::SHN_UNDEF; }
lib/MC/ELFObjectWriter.cpp691 MSD.SectionIndex = ELF::SHN_UNDEF; 1247 (SectionTable.size() + 1 >= ELF::SHN_LORESERVE) ? (uint16_t)ELF::SHN_UNDEFlib/ObjectYAML/ELFYAML.cpp
557 ECase(SHN_UNDEF);
tools/lld/ELF/InputFiles.cpp1020 if (eSym.st_shndx == SHN_UNDEF) 1032 if (eSym.st_shndx == SHN_UNDEF) { 1537 if (eSyms[i].st_shndx != SHN_UNDEF)tools/lld/ELF/Relocations.cpp
485 if (s.st_shndx == SHN_UNDEF || s.st_shndx == SHN_ABS ||
tools/lld/ELF/SyntheticSections.cpp2103 return SHN_UNDEF; 2147 if (eSym->st_shndx == SHN_UNDEF || !isDefinedHere)tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
86 result |= e_shnum_hdr == SHN_UNDEF; 107 if (e_shnum_hdr == SHN_UNDEF) 290 ENUM_TO_CSTR(SHN_UNDEF);tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
2006 case SHN_UNDEF:
tools/llvm-objcopy/ELF/ELFObjcopy.cpp343 (Sym.Binding == STB_LOCAL || Sym.getShndx() == SHN_UNDEF) && 356 if (!Sym.isCommon() && Sym.getShndx() != SHN_UNDEF && 374 Sym.getShndx() != SHN_UNDEF) 378 Sym.getShndx() != SHN_UNDEF) 385 Sym.getShndx() != SHN_UNDEF) 413 Sym.Binding == STB_LOCAL && Sym.getShndx() != SHN_UNDEF && 430 Sym.getShndx() == SHN_UNDEF)tools/llvm-objcopy/ELF/Object.cpp
630 return SHN_UNDEF; 765 SectionIndexTable->addIndex(SHN_UNDEF); 834 if (Link != SHN_UNDEF) 842 if (Info != SHN_UNDEF) 989 if (Link == ELF::SHN_UNDEF) 1393 } else if (Sym.st_shndx != SHN_UNDEF) { 1427 if (Index == SHN_UNDEF || Index > Sections.size()) 1590 if (ShstrIndex == SHN_UNDEF)tools/llvm-objcopy/ELF/Object.h
396 uint64_t Link = ELF::SHN_UNDEF;
tools/llvm-readobj/ELFDumper.cpp 3276 case ELF::SHN_UNDEF:
tools/obj2yaml/elf2yaml.cpp 463 if (Shdr->sh_link != ELF::SHN_UNDEF) {