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

References

include/llvm/Object/ELF.h
  346   if (Index == ELF::SHN_UNDEF || Index >= ELF::SHN_LORESERVE)
include/llvm/Object/ELFTypes.h
  235     return st_shndx >= ELF::SHN_LORESERVE;
lib/MC/ELFObjectWriter.cpp
  367   bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved;
  461   assert(StringTableIndex < ELF::SHN_LORESERVE);
  688         if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
  714       if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
 1068       (NumSections + 1) >= ELF::SHN_LORESERVE ? NumSections + 1 : 0;
 1247       (SectionTable.size() + 1 >= ELF::SHN_LORESERVE) ? (uint16_t)ELF::SHN_UNDEF
lib/ObjectYAML/ELFYAML.cpp
  558   ECase(SHN_LORESERVE);
tools/lld/ELF/SyntheticSections.cpp
 2105     return os->sectionIndex >= SHN_LORESERVE ? (uint32_t)SHN_XINDEX
 2227   return size >= SHN_LORESERVE;
tools/lld/ELF/Writer.cpp
 2568   if (num >= SHN_LORESERVE)
 2574   if (strTabIndex >= SHN_LORESERVE) {
tools/llvm-objcopy/ELF/Object.cpp
  622     if (DefinedIn->Index >= SHN_LORESERVE)
  659     if (Shndx >= SHN_LORESERVE)
  762     if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE)
 1386     } else if (Sym.st_shndx >= SHN_LORESERVE) {
 1721     if (Shnum >= SHN_LORESERVE)
 1731     if (Obj.SectionNames->Index >= SHN_LORESERVE)
 1760   if (Shnum >= SHN_LORESERVE)
 1765   if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE)
 2038   if (Obj.sections().size() >= SHN_LORESERVE) {
 2041         std::any_of(Sections.begin() + SHN_LORESERVE, Sections.end(),
tools/llvm-readobj/ELFDumper.cpp
 3299     if (SectionIndex >= ELF::SHN_LORESERVE &&
tools/obj2yaml/elf2yaml.cpp
  391   if (Sym->st_shndx >= ELF::SHN_LORESERVE) {