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

  /development/ndk/platforms/android-9/arch-mips/include/asm/
module.h 56 #define Elf_Addr Elf32_Addr
  /external/llvm/include/llvm/Object/
ELFTypes.h 37 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
66 MaximumAlignment<value_type, MaxAlign>::value> Elf_Addr;
79 MaximumAlignment<value_type, MaxAlign>::value> Elf_Addr;
87 typedef typename ELFDataTypeTypedefHelper<ELFType<E, M, W> >::Elf_Addr \
88 Elf_Addr; \
115 Elf_Addr sh_addr; // Address where section is to be loaded
130 Elf_Addr sh_addr; // Address where section is to be loaded
158 Elf_Addr st_value; // Value or address associated with the symbol
172 Elf_Addr st_value; // Value or address associated with the symbol
264 Elf_Addr d_ptr
    [all...]
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 554 #define Elf_Addr Elf32_Addr
580 #define Elf_Addr Elf64_Addr

Completed in 42 milliseconds