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

References

tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  288     elf_half shndx, const lldb_private::SectionList *section_list) {
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h
   63   elf_half e_type;      ///< Object file type.
   64   elf_half e_machine;   ///< Target architecture.
   65   elf_half e_ehsize;    ///< Byte size of the ELF header.
   66   elf_half e_phentsize; ///< Size of a program header table entry.
   67   elf_half e_phnum_hdr; ///< Number of program header entries.
   68   elf_half e_shentsize; ///< Size of a section header table entry.
   69   elf_half e_shnum_hdr; ///< Number of section header entries.
   70   elf_half e_shstrndx_hdr; ///< String table section index.
  230   elf_half st_shndx;      ///< Section to which this symbol applies.
  250   sectionIndexToCString(elf_half shndx,
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2998 void ObjectFileELF::DumpELFHeader_e_type(Stream *s, elf_half e_type) {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
  346                                    elf::elf_half e_type);