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

Declarations

include/llvm/Object/ELFTypes.h
  136   LLVM_ELF_IMPORT_TYPES(TargetEndianness, true)

References

include/llvm/Object/ELFTypes.h
  122   Elf_Word sh_name;      // Section name (index into string table)
  123   Elf_Word sh_type;      // Section type (SHT_*)
  124   Elf_Word sh_flags;     // Section flags (SHF_*)
  125   Elf_Addr sh_addr;      // Address where section is to be loaded
  126   Elf_Off sh_offset;     // File offset of section data, in bytes
  127   Elf_Word sh_size;      // Size of section, in bytes
  128   Elf_Word sh_link;      // Section type-specific header table index link
  129   Elf_Word sh_info;      // Section type-specific extra information
  130   Elf_Word sh_addralign; // Section address alignment
  131   Elf_Word sh_entsize;   // Size of records contained within the section
  137   Elf_Word sh_name;       // Section name (index into string table)
  138   Elf_Word sh_type;       // Section type (SHT_*)
  139   Elf_Xword sh_flags;     // Section flags (SHF_*)
  142   Elf_Xword sh_size;      // Size of section, in bytes
  143   Elf_Word sh_link;       // Section type-specific header table index link
  144   Elf_Word sh_info;       // Section type-specific extra information
  145   Elf_Xword sh_addralign; // Section address alignment
  146   Elf_Xword sh_entsize;   // Size of records contained within the section