Searched defs:Elf64_Word (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Delf.h159 typedef uint32_t Elf64_Word; typedef
186 Elf64_Word e_version; /* ELF format version. */
190 Elf64_Word e_flags; /* Architecture-specific flags. */
214 Elf64_Word p_type; /* Entry type. */
215 Elf64_Word p_flags; /* Access permission flags. */
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h34 typedef grub_uint32_t Elf64_Word; typedef
87 Elf64_Word e_version; /* Object file version */
91 Elf64_Word e_flags; /* Processor-specific flags */
279 Elf64_Word sh_name; /* Section name (string tbl index) */
280 Elf64_Word sh_type; /* Section type */
285 Elf64_Word sh_link; /* Link to another section */
286 Elf64_Word sh_info; /* Additional section information */
374 Elf64_Word st_name; /* Symbol name (string tbl index) */
534 Elf64_Word p_type; /* Segment type */
535 Elf64_Word p_flag
[all...]

Completed in 36 milliseconds