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

  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 50 typedef uint64_t Elf_Xword;
  /external/llvm/include/llvm/Object/
ELFTypes.h 51 MaximumAlignment<uint64_t, max_alignment>::value> Elf_Xword;
97 typedef typename ELFDataTypeTypedefHelper<ELFType<E, M, W> >::Elf_Xword \
98 Elf_Xword; \
129 Elf_Xword sh_flags; // Section flags (SHF_*)
132 Elf_Xword sh_size; // Size of section, in bytes
135 Elf_Xword sh_addralign; // Section address alignment
136 Elf_Xword sh_entsize; // Size of records contained within the section
173 Elf_Xword st_size; // Size of the symbol
273 Elf_Xword d_val;
308 Elf_Xword r_info; // Symbol table index and type of relocation to appl
    [all...]

Completed in 466 milliseconds