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

  /external/chromium_org/courgette/
types_elf.h 15 typedef uint32 Elf32_Off; // Unsigned file offset
27 Elf32_Off e_phoff;
28 Elf32_Off e_shoff;
64 Elf32_Off sh_offset;
96 Elf32_Off p_offset;
  /development/ndk/platforms/android-3/include/linux/
elf.h 27 typedef __u32 Elf32_Off;
180 Elf32_Off e_phoff;
181 Elf32_Off e_shoff;
214 Elf32_Off p_offset;
270 Elf32_Off sh_offset;
  /bionic/libc/kernel/uapi/linux/
elf.h 26 typedef __u32 Elf32_Off;
215 Elf32_Off e_phoff;
216 Elf32_Off e_shoff;
254 Elf32_Off p_offset;
317 Elf32_Off sh_offset;
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 42 typedef __uint32_t Elf32_Off; /* Unsigned file offset */
131 Elf32_Off e_phoff; /* program header table offset */
132 Elf32_Off e_shoff; /* section header table offset */
210 Elf32_Off sh_offset; /* file offset */
375 Elf32_Off p_offset; /* segment offset */
555 #define Elf_Off Elf32_Off
  /development/ndk/platforms/android-L/include/linux/
elf.h 26 typedef __u32 Elf32_Off;
215 Elf32_Off e_phoff;
216 Elf32_Off e_shoff;
254 Elf32_Off p_offset;
317 Elf32_Off sh_offset;
  /external/chromium_org/third_party/libvpx/include/
elf.h 42 typedef uint32_t Elf32_Off;
231 Elf32_Off e_phoff;
232 Elf32_Off e_shoff;
270 Elf32_Off p_offset;
333 Elf32_Off sh_offset;
  /external/kernel-headers/original/uapi/linux/
elf.h 10 typedef __u32 Elf32_Off;
209 Elf32_Off e_phoff;
210 Elf32_Off e_shoff;
245 Elf32_Off p_offset;
304 Elf32_Off sh_offset;
  /art/runtime/
elf.h 31 typedef uint32_t Elf32_Off; // File offset
75 Elf32_Off e_phoff; // Program header table's file offset, in bytes
76 Elf32_Off e_shoff; // Section header table's file offset, in bytes
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 32 typedef uint32_t Elf32_Off; // File offset
69 Elf32_Off e_phoff; // Program header table's file offset, in bytes
70 Elf32_Off e_shoff; // Section header table's file offset, in bytes
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 55 typedef uint32_t Elf32_Off;
78 Elf32_Off e_phoff; /* Program header table file offset */
79 Elf32_Off e_shoff; /* Section header table file offset */
279 Elf32_Off sh_offset; /* Section file offset */
545 Elf32_Off p_offset; /* Segment file offset */
    [all...]

Completed in 502 milliseconds