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

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 53 typedef UINT32 Elf32_Off;
74 Elf32_Off e_phoff; /* Program header file offset. */
75 Elf32_Off e_shoff; /* Section header file offset. */
95 Elf32_Off sh_offset; /* Offset in file. */
109 Elf32_Off p_offset; /* File offset of contents. */
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 53 typedef UINT32 Elf32_Off;
74 Elf32_Off e_phoff; /* Program header file offset. */
75 Elf32_Off e_shoff; /* Section header file offset. */
95 Elf32_Off sh_offset; /* Offset in file. */
109 Elf32_Off p_offset; /* File offset of contents. */
  /bionic/libc/kernel/uapi/linux/
elf.h 25 typedef __u32 Elf32_Off;
176 Elf32_Off e_phoff;
177 Elf32_Off e_shoff;
207 Elf32_Off p_offset;
261 Elf32_Off sh_offset;
  /external/kernel-headers/original/uapi/linux/
elf.h 11 typedef __u32 Elf32_Off;
210 Elf32_Off e_phoff;
211 Elf32_Off e_shoff;
246 Elf32_Off p_offset;
308 Elf32_Off sh_offset;
  /external/u-boot/include/
elf.h 19 typedef uint32_t Elf32_Off; /* Unsigned file offset */
97 Elf32_Off e_phoff; /* program header table offset */
98 Elf32_Off e_shoff; /* section header table offset */
236 Elf32_Off sh_offset; /* file offset */
433 Elf32_Off p_offset; /* segment offset */
  /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
627 Elf32_Off sh_offset; // File offset of section data, in bytes
    [all...]
  /external/swiftshader/third_party/llvm-subzero/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
628 Elf32_Off sh_offset; // File offset of section data, in bytes
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 31 typedef uint32_t Elf32_Off; // File offset
68 Elf32_Off e_phoff; // Program header table's file offset, in bytes
69 Elf32_Off e_shoff; // Section header table's file offset, in bytes
664 Elf32_Off sh_offset; // File offset of section data, in bytes
    [all...]
  /external/kmod/port-gnu/
elf.h 50 typedef uint32_t Elf32_Off;
73 Elf32_Off e_phoff; /* Program header table file offset */
74 Elf32_Off e_shoff; /* Section header table file offset */
278 Elf32_Off sh_offset; /* Section file offset */
569 Elf32_Off p_offset; /* Segment file offset */
    [all...]
  /external/elfutils/libelf/
elf.h 51 typedef uint32_t Elf32_Off;
74 Elf32_Off e_phoff; /* Program header table file offset */
75 Elf32_Off e_shoff; /* Section header table file offset */
390 Elf32_Off sh_offset; /* Section file offset */
681 Elf32_Off p_offset; /* Segment file offset */
    [all...]

Completed in 566 milliseconds