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

  /external/chromium_org/courgette/
types_elf.h 16 typedef int32 Elf32_Sword; // Signed large integer
126 Elf32_Sword r_addend;
  /development/ndk/platforms/android-3/include/linux/
elf.h 28 typedef __s32 Elf32_Sword;
111 Elf32_Sword d_tag;
113 Elf32_Sword d_val;
145 Elf32_Sword r_addend;
  /bionic/libc/kernel/uapi/linux/
elf.h 27 typedef __s32 Elf32_Sword;
142 Elf32_Sword d_tag;
145 Elf32_Sword d_val;
177 Elf32_Sword r_addend;
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 43 typedef __int32_t Elf32_Sword; /* Signed large integer */
349 Elf32_Sword r_addend;
418 Elf32_Sword d_tag; /* controls meaning of d_val */
491 Elf32_Sword au_id; /* 32-bit id */
553 #define Elf_Sword Elf32_Sword
  /development/ndk/platforms/android-L/include/linux/
elf.h 27 typedef __s32 Elf32_Sword;
142 Elf32_Sword d_tag;
145 Elf32_Sword d_val;
177 Elf32_Sword r_addend;
  /external/chromium_org/third_party/libvpx/include/
elf.h 43 typedef int32_t Elf32_Sword;
158 Elf32_Sword d_tag;
161 Elf32_Sword d_val;
193 Elf32_Sword r_addend;
  /external/kernel-headers/original/uapi/linux/
elf.h 11 typedef __s32 Elf32_Sword;
138 Elf32_Sword d_tag;
140 Elf32_Sword d_val;
173 Elf32_Sword r_addend;
  /art/runtime/
elf.h 34 typedef int32_t Elf32_Sword;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 35 typedef int32_t Elf32_Sword;
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 40 typedef int32_t Elf32_Sword;
520 Elf32_Sword r_addend; /* Addend */
638 Elf32_Sword d_tag; /* Dynamic entry type */
762 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
    [all...]

Completed in 341 milliseconds