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

/external/chromium_org/courgette/
H A Dtypes_elf.h17 typedef uint32 Elf32_Word; // Unsigned large integer typedef
25 Elf32_Word e_version;
29 Elf32_Word e_flags;
60 Elf32_Word sh_name;
61 Elf32_Word sh_type;
62 Elf32_Word sh_flags;
65 Elf32_Word sh_size;
66 Elf32_Word sh_link;
67 Elf32_Word sh_info;
68 Elf32_Word sh_addralig
[all...]
/external/grub/stage2/
H A Di386-elf.h26 typedef unsigned long Elf32_Word; typedef
72 Elf32_Word e_version; /* use same as "EI_VERSION" above */
76 Elf32_Word e_flags; /* flags */
105 Elf32_Word sh_name; /* Section name (string tbl index) */
106 Elf32_Word sh_type; /* Section type */
107 Elf32_Word sh_flags; /* Section flags */
110 Elf32_Word sh_size; /* Section size in bytes */
111 Elf32_Word sh_link; /* Link to another section */
112 Elf32_Word sh_info; /* Additional section information */
113 Elf32_Word sh_addralig
[all...]
/external/qemu/
H A Delf.h11 typedef uint32_t Elf32_Word; typedef
960 Elf32_Word r_info;
970 Elf32_Word r_info;
981 Elf32_Word st_name;
983 Elf32_Word st_size;
1005 Elf32_Word e_version;
1009 Elf32_Word e_flags;
1042 Elf32_Word p_type;
1046 Elf32_Word p_filesz;
1047 Elf32_Word p_mems
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h33 typedef uint32_t Elf32_Word; typedef in namespace:llvm::ELF
66 Elf32_Word e_version; // Must be equal to 1
70 Elf32_Word e_flags; // Processor-specific flags
1078 Elf32_Word sh_name; // Section name (index into string table)
1079 Elf32_Word sh_type; // Section type (SHT_*)
1080 Elf32_Word sh_flags; // Section flags (SHF_*)
1083 Elf32_Word sh_size; // Size of section, in bytes
1084 Elf32_Word sh_link; // Section type-specific header table index link
1085 Elf32_Word sh_info; // Section type-specific extra information
1086 Elf32_Word sh_addralig
[all...]
/external/elfutils/libelf/
H A Delf.h45 typedef uint32_t Elf32_Word; typedef
82 Elf32_Word e_version; /* Object file version */
86 Elf32_Word e_flags; /* Processor-specific flags */
278 Elf32_Word sh_name; /* Section name (string tbl index) */
279 Elf32_Word sh_type; /* Section type */
280 Elf32_Word sh_flags; /* Section flags */
283 Elf32_Word sh_size; /* Section size in bytes */
284 Elf32_Word sh_link; /* Link to another section */
285 Elf32_Word sh_info; /* Additional section information */
286 Elf32_Word sh_addralig
[all...]
/external/valgrind/main/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 421 milliseconds