reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Object/ELF.h
  322   assert(Sym->st_shndx == ELF::SHN_XINDEX);
  339   if (Index == ELF::SHN_XINDEX) {
  482   if (Index == ELF::SHN_XINDEX)
lib/MC/ELFObjectWriter.cpp
  379   uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx;
lib/ObjectYAML/ELFYAML.cpp
  565   ECase(SHN_XINDEX);
tools/lld/ELF/SyntheticSections.cpp
 2105     return os->sectionIndex >= SHN_LORESERVE ? (uint32_t)SHN_XINDEX
 2211     if (getSymSectionIndex(entry.sym) == SHN_XINDEX)
tools/lld/ELF/Writer.cpp
 2576     eHdr->e_shstrndx = SHN_XINDEX;
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
   87   result |= e_shstrndx_hdr == SHN_XINDEX;
  109     if (e_shstrndx_hdr == SHN_XINDEX)
  297     ENUM_TO_CSTR(SHN_XINDEX);
tools/llvm-objcopy/ELF/Object.cpp
  623       return SHN_XINDEX;
 1369     if (Sym.st_shndx == SHN_XINDEX) {
 1587   if (ShstrIndex == SHN_XINDEX)
 1732       Ehdr.e_shstrndx = SHN_XINDEX;
tools/llvm-objcopy/ELF/Object.h
  603   SYMBOL_XINDEX = ELF::SHN_XINDEX,
tools/llvm-readobj/ELFDumper.cpp
  852   else if (Symbol->isReserved() && SectionIndex != SHN_XINDEX)
  855     if (SectionIndex == SHN_XINDEX)
 2743   if (ElfHeader->e_shstrndx != SHN_XINDEX)
 3282   case ELF::SHN_XINDEX: