HomeSort by relevance Sort by last modified time
    Searched defs:Elf_Word (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Object/
ELFTypes.h 45 MaximumAlignment<uint32_t, max_alignment>::value> Elf_Word;
93 typedef typename ELFDataTypeTypedefHelper<ELFType<E, M, W> >::Elf_Word \
94 Elf_Word; \
112 Elf_Word sh_name; // Section name (index into string table)
113 Elf_Word sh_type; // Section type (SHT_*)
114 Elf_Word sh_flags; // Section flags (SHF_*)
117 Elf_Word sh_size; // Size of section, in bytes
118 Elf_Word sh_link; // Section type-specific header table index link
119 Elf_Word sh_info; // Section type-specific extra information
120 Elf_Word sh_addralign; // Section address alignmen
    [all...]
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 552 #define Elf_Word Elf32_Word
578 #define Elf_Word Elf64_Word

Completed in 115 milliseconds