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

References

tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h
   59   elf_off e_phoff;      ///< File offset of program header table.
   60   elf_off e_shoff;      ///< File offset of section header table.
  164   elf_off sh_offset;      ///< Start of section from beginning of file.
  195   elf_off p_offset;   ///< Start of segment from beginning of file.
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  412       const elf_off ph_offset = H.p_offset;
  973   const elf_off ph_offset = header.e_phoff;
 1374   const elf_off sh_offset = header.e_shoff;