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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Delf.h152 typedef uint32_t Elf32_Word; typedef
169 Elf32_Word e_version; /* ELF format version. */
173 Elf32_Word e_flags; /* Architecture-specific flags. */
203 Elf32_Word p_type; /* Entry type. */
209 Elf32_Word p_flags; /* Access permission flags. */
/osnet-11/usr/src/grub/grub-0.97/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...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h32 typedef grub_uint32_t Elf32_Word; typedef
69 Elf32_Word e_version; /* Object file version */
73 Elf32_Word e_flags; /* Processor-specific flags */
265 Elf32_Word sh_name; /* Section name (string tbl index) */
266 Elf32_Word sh_type; /* Section type */
267 Elf32_Word sh_flags; /* Section flags */
270 Elf32_Word sh_size; /* Section size in bytes */
271 Elf32_Word sh_link; /* Link to another section */
272 Elf32_Word sh_info; /* Additional section information */
273 Elf32_Word sh_addralig
[all...]

Completed in 28 milliseconds