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

Declarations

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

References

include/llvm/Object/ELFTypes.h
  167   Elf_Word st_name;       // Symbol name (index into string table)
  168   Elf_Addr st_value;      // Value or address associated with the symbol
  169   Elf_Word st_size;       // Size of the symbol
  172   Elf_Half st_shndx;      // Which section (header table index) it's defined in
  178   Elf_Word st_name;       // Symbol name (index into string table)
  181   Elf_Half st_shndx;      // Which section (header table index) it's defined in
  182   Elf_Addr st_value;      // Value or address associated with the symbol
  183   Elf_Xword st_size;      // Size of the symbol