Searched defs:Elf32_Word (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Delf.h12 typedef __u32 Elf32_Word; typedef
162 Elf32_Word r_info;
172 Elf32_Word r_info;
183 Elf32_Word st_name;
185 Elf32_Word st_size;
207 Elf32_Word e_version;
211 Elf32_Word e_flags;
244 Elf32_Word p_type;
248 Elf32_Word p_filesz;
249 Elf32_Word p_mems
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h34 typedef uint32_t Elf32_Word; typedef in namespace:llvm::ELF
67 Elf32_Word e_version; // Must be equal to 1
71 Elf32_Word e_flags; // Processor-specific flags
542 Elf32_Word sh_name; // Section name (index into string table)
543 Elf32_Word sh_type; // Section type (SHT_*)
544 Elf32_Word sh_flags; // Section flags (SHF_*)
547 Elf32_Word sh_size; // Size of section, in bytes
548 Elf32_Word sh_link; // Section type-specific header table index link
549 Elf32_Word sh_info; // Section type-specific extra information
550 Elf32_Word sh_addralig
[all...]
/external/elfutils/src/libelf/
H A Delf.h35 typedef uint32_t Elf32_Word; typedef
72 Elf32_Word e_version; /* Object file version */
76 Elf32_Word e_flags; /* Processor-specific flags */
274 Elf32_Word sh_name; /* Section name (string tbl index) */
275 Elf32_Word sh_type; /* Section type */
276 Elf32_Word sh_flags; /* Section flags */
279 Elf32_Word sh_size; /* Section size in bytes */
280 Elf32_Word sh_link; /* Link to another section */
281 Elf32_Word sh_info; /* Additional section information */
282 Elf32_Word sh_addralig
[all...]
/external/valgrind/perf/
H A Dtinycc.c118 typedef uint32_t Elf32_Word; typedef
155 Elf32_Word e_version; /* Object file version */
159 Elf32_Word e_flags; /* Processor-specific flags */
302 Elf32_Word sh_name; /* Section name (string tbl index) */
303 Elf32_Word sh_type; /* Section type */
304 Elf32_Word sh_flags; /* Section flags */
307 Elf32_Word sh_size; /* Section size in bytes */
308 Elf32_Word sh_link; /* Link to another section */
309 Elf32_Word sh_info; /* Additional section information */
310 Elf32_Word sh_addralig
[all...]

Completed in 120 milliseconds