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

References

include/llvm/Object/ELF.h
  506   const uintX_t SectionTableOffset = getHeader()->e_shoff;
lib/ObjectYAML/ELFEmitter.cpp
  278   Header.e_shoff =
tools/lld/ELF/Writer.cpp
 2555   eHdr->e_shoff = sectionHeaderOff;
 2566   auto *sHdrs = reinterpret_cast<Elf_Shdr *>(Out::bufferStart + eHdr->e_shoff);
tools/llvm-objcopy/ELF/Object.cpp
 1713     Ehdr.e_shoff = Obj.SHOff;
 1737     Ehdr.e_shoff = 0;
tools/llvm-readobj/ELFDumper.cpp
 2786   Str = to_string(e->e_shoff) + " (bytes into file)";
 3197      << "0x" << to_hexString(Obj->getHeader()->e_shoff, false) << ":\n\n";
 5182     W.printHex("SectionHeaderOffset", E->e_shoff);