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

References

include/llvm/BinaryFormat/ELF.h
   62   Elf32_Half e_type;                // Type of file (see ET_* below)
   63   Elf32_Half e_machine;   // Required architecture for this file (see EM_*)
   69   Elf32_Half e_ehsize;    // Size of ELF header, in bytes
   70   Elf32_Half e_phentsize; // Size of an entry in the program header table
   71   Elf32_Half e_phnum;     // Number of entries in the program header table
   72   Elf32_Half e_shentsize; // Size of an entry in the section header table
   73   Elf32_Half e_shnum;     // Number of entries in the section header table
   74   Elf32_Half e_shstrndx;  // Sect hdr table index of sect name string table
  997   Elf32_Half st_shndx;    // Which section (header table index) it's defined in