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

  /external/qemu/elff/
elff_elf.h 50 typedef uint64_t Elf_Xword;
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 50 typedef uint64_t Elf_Xword;
  /external/llvm/include/llvm/Object/
ELF.h 76 MaximumAlignment<uint64_t, max_alignment>::value> Elf_Xword;
120 typedef typename ELFDataTypeTypedefHelper <ELFT>::Elf_Xword Elf_Xword; \
154 Elf_Xword sh_flags; // Section flags (SHF_*)
157 Elf_Xword sh_size; // Size of section, in bytes
160 Elf_Xword sh_addralign;// Section address alignment
161 Elf_Xword sh_entsize; // Size of records contained within the section
203 Elf_Xword st_size; // Size of the symbol
309 Elf_Xword d_val;
343 Elf_Xword r_info; // Symbol table index and type of relocation to appl
    [all...]

Completed in 21 milliseconds