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

References

include/llvm/Object/ELF.h
  481   uint32_t Index = getHeader()->e_shstrndx;
lib/ObjectYAML/ELFEmitter.cpp
  282   Header.e_shstrndx = Doc.Header.SHStrNdx ? (uint16_t)*Doc.Header.SHStrNdx
tools/lld/ELF/Writer.cpp
 2576     eHdr->e_shstrndx = SHN_XINDEX;
 2578     eHdr->e_shstrndx = strTabIndex;
tools/llvm-objcopy/ELF/Object.cpp
 1586   uint32_t ShstrIndex = ElfFile.getHeader()->e_shstrndx;
 1732       Ehdr.e_shstrndx = SHN_XINDEX;
 1734       Ehdr.e_shstrndx = Obj.SectionNames->Index;
 1739     Ehdr.e_shstrndx = 0;
tools/llvm-readobj/ELFDumper.cpp
 2743   if (ElfHeader->e_shstrndx != SHN_XINDEX)
 2744     return to_string(ElfHeader->e_shstrndx);
 2749   return to_string(ElfHeader->e_shstrndx) + " (" + to_string(Arr[0].sh_link) +