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

  /external/syslinux/com32/include/sys/
elf32.h 11 typedef uint16_t Elf32_Half;
56 Elf32_Half st_shndx;
63 Elf32_Half e_type;
64 Elf32_Half e_machine;
70 Elf32_Half e_ehsize;
71 Elf32_Half e_phentsize;
72 Elf32_Half e_phnum;
73 Elf32_Half e_shentsize;
74 Elf32_Half e_shnum;
75 Elf32_Half e_shstrndx
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 52 typedef UINT16 Elf32_Half;
70 Elf32_Half e_type; /* File type. */
71 Elf32_Half e_machine; /* Machine architecture. */
77 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */
78 Elf32_Half e_phentsize; /* Size of program header entry. */
79 Elf32_Half e_phnum; /* Number of program header entries. */
80 Elf32_Half e_shentsize; /* Size of section header entry. */
81 Elf32_Half e_shnum; /* Number of section header entries. */
82 Elf32_Half e_shstrndx; /* Section name strings section. */
166 Elf32_Half m_repeat; /* repeat count */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 52 typedef UINT16 Elf32_Half;
70 Elf32_Half e_type; /* File type. */
71 Elf32_Half e_machine; /* Machine architecture. */
77 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */
78 Elf32_Half e_phentsize; /* Size of program header entry. */
79 Elf32_Half e_phnum; /* Number of program header entries. */
80 Elf32_Half e_shentsize; /* Size of section header entry. */
81 Elf32_Half e_shnum; /* Number of section header entries. */
82 Elf32_Half e_shstrndx; /* Section name strings section. */
166 Elf32_Half m_repeat; /* repeat count */
    [all...]
  /external/syslinux/gpxe/src/include/
elf.h 155 typedef uint16_t Elf32_Half;
173 Elf32_Half e_type; /* File type. */
174 Elf32_Half e_machine; /* Machine architecture. */
180 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */
181 Elf32_Half e_phentsize; /* Size of program header entry. */
182 Elf32_Half e_phnum; /* Number of program header entries. */
183 Elf32_Half e_shentsize; /* Size of section header entry. */
184 Elf32_Half e_shnum; /* Number of section header entries. */
185 Elf32_Half e_shstrndx; /* Section name strings section. */
  /bionic/libc/kernel/uapi/linux/
elf.h 24 typedef __u16 Elf32_Half;
159 Elf32_Half st_shndx;
172 Elf32_Half e_type;
173 Elf32_Half e_machine;
179 Elf32_Half e_ehsize;
180 Elf32_Half e_phentsize;
181 Elf32_Half e_phnum;
182 Elf32_Half e_shentsize;
183 Elf32_Half e_shnum;
184 Elf32_Half e_shstrndx
    [all...]
  /external/kernel-headers/original/uapi/linux/
elf.h 10 typedef __u16 Elf32_Half;
189 Elf32_Half st_shndx;
206 Elf32_Half e_type;
207 Elf32_Half e_machine;
213 Elf32_Half e_ehsize;
214 Elf32_Half e_phentsize;
215 Elf32_Half e_phnum;
216 Elf32_Half e_shentsize;
217 Elf32_Half e_shnum;
218 Elf32_Half e_shstrndx
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 18 typedef __u16 Elf32_Half;
197 Elf32_Half st_shndx;
214 Elf32_Half e_type;
215 Elf32_Half e_machine;
221 Elf32_Half e_ehsize;
222 Elf32_Half e_phentsize;
223 Elf32_Half e_phnum;
224 Elf32_Half e_shentsize;
225 Elf32_Half e_shnum;
226 Elf32_Half e_shstrndx
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 33 typedef uint16_t Elf32_Half;
65 Elf32_Half e_type; // Type of file (see ET_* below)
66 Elf32_Half e_machine; // Required architecture for this file (see EM_*)
72 Elf32_Half e_ehsize; // Size of ELF header, in bytes
73 Elf32_Half e_phentsize; // Size of an entry in the program header table
74 Elf32_Half e_phnum; // Number of entries in the program header table
75 Elf32_Half e_shentsize; // Size of an entry in the section header table
76 Elf32_Half e_shnum; // Number of entries in the section header table
77 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 33 typedef uint16_t Elf32_Half;
65 Elf32_Half e_type; // Type of file (see ET_* below)
66 Elf32_Half e_machine; // Required architecture for this file (see EM_*)
72 Elf32_Half e_ehsize; // Size of ELF header, in bytes
73 Elf32_Half e_phentsize; // Size of an entry in the program header table
74 Elf32_Half e_phnum; // Number of entries in the program header table
75 Elf32_Half e_shentsize; // Size of an entry in the section header table
76 Elf32_Half e_shnum; // Number of entries in the section header table
77 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 33 typedef uint16_t Elf32_Half;
65 Elf32_Half e_type; // Type of file (see ET_* below)
66 Elf32_Half e_machine; // Required architecture for this file (see EM_*)
72 Elf32_Half e_ehsize; // Size of ELF header, in bytes
73 Elf32_Half e_phentsize; // Size of an entry in the program header table
74 Elf32_Half e_phnum; // Number of entries in the program header table
75 Elf32_Half e_shentsize; // Size of an entry in the section header table
76 Elf32_Half e_shnum; // Number of entries in the section header table
77 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 33 typedef uint16_t Elf32_Half;
65 Elf32_Half e_type; // Type of file (see ET_* below)
66 Elf32_Half e_machine; // Required architecture for this file (see EM_*)
72 Elf32_Half e_ehsize; // Size of ELF header, in bytes
73 Elf32_Half e_phentsize; // Size of an entry in the program header table
74 Elf32_Half e_phnum; // Number of entries in the program header table
75 Elf32_Half e_shentsize; // Size of an entry in the section header table
76 Elf32_Half e_shnum; // Number of entries in the section header table
77 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 32 typedef uint16_t Elf32_Half;
64 Elf32_Half e_type; // Type of file (see ET_* below)
65 Elf32_Half e_machine; // Required architecture for this file (see EM_*)
71 Elf32_Half e_ehsize; // Size of ELF header, in bytes
72 Elf32_Half e_phentsize; // Size of an entry in the program header table
73 Elf32_Half e_phnum; // Number of entries in the program header table
74 Elf32_Half e_shentsize; // Size of an entry in the section header table
75 Elf32_Half e_shnum; // Number of entries in the section header table
76 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table
813 Elf32_Half st_shndx; // Which section (header table index) it's defined i
    [all...]
  /art/runtime/
elf.h 32 typedef uint16_t Elf32_Half;
74 Elf32_Half e_type; // Type of file (see ET_* below)
75 Elf32_Half e_machine; // Required architecture for this file (see EM_*)
81 Elf32_Half e_ehsize; // Size of ELF header, in bytes
82 Elf32_Half e_phentsize; // Size of an entry in the program header table
83 Elf32_Half e_phnum; // Number of entries in the program header table
84 Elf32_Half e_shentsize; // Size of an entry in the section header table
85 Elf32_Half e_shnum; // Number of entries in the section header table
86 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table
    [all...]
  /external/elfutils/libelf/
elf.h 31 typedef uint16_t Elf32_Half;
59 typedef Elf32_Half Elf32_Versym;
70 Elf32_Half e_type; /* Object file type */
71 Elf32_Half e_machine; /* Architecture */
77 Elf32_Half e_ehsize; /* ELF header size in bytes */
78 Elf32_Half e_phentsize; /* Program header table entry size */
79 Elf32_Half e_phnum; /* Program header table entry count */
80 Elf32_Half e_shentsize; /* Section header table entry size */
81 Elf32_Half e_shnum; /* Section header table entry count */
82 Elf32_Half e_shstrndx; /* Section header string table index *
    [all...]
  /external/kmod/port-gnu/
elf.h 30 typedef uint16_t Elf32_Half;
58 typedef Elf32_Half Elf32_Versym;
69 Elf32_Half e_type; /* Object file type */
70 Elf32_Half e_machine; /* Architecture */
76 Elf32_Half e_ehsize; /* ELF header size in bytes */
77 Elf32_Half e_phentsize; /* Program header table entry size */
78 Elf32_Half e_phnum; /* Program header table entry count */
79 Elf32_Half e_shentsize; /* Section header table entry size */
80 Elf32_Half e_shnum; /* Section header table entry count */
81 Elf32_Half e_shstrndx; /* Section header string table index *
    [all...]
  /external/valgrind/perf/
tinycc.c 114 typedef uint16_t Elf32_Half;
153 Elf32_Half e_type; /* Object file type */
154 Elf32_Half e_machine; /* Architecture */
160 Elf32_Half e_ehsize; /* ELF header size in bytes */
161 Elf32_Half e_phentsize; /* Program header table entry size */
162 Elf32_Half e_phnum; /* Program header table entry count */
163 Elf32_Half e_shentsize; /* Section header table entry size */
164 Elf32_Half e_shnum; /* Section header table entry count */
165 Elf32_Half e_shstrndx; /* Section header string table index */
401 Elf32_Half si_boundto; /* Direct bindings, symbol bound to *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 33 typedef uint16_t Elf32_Half;
61 typedef Elf32_Half Elf32_Versym;
72 Elf32_Half e_type; /* Object file type */
73 Elf32_Half e_machine; /* Architecture */
79 Elf32_Half e_ehsize; /* ELF header size in bytes */
80 Elf32_Half e_phentsize; /* Program header table entry size */
81 Elf32_Half e_phnum; /* Program header table entry count */
82 Elf32_Half e_shentsize; /* Section header table entry size */
83 Elf32_Half e_shnum; /* Section header table entry count */
84 Elf32_Half e_shstrndx; /* Section header string table index *
    [all...]

Completed in 856 milliseconds