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

/illumos-gate/usr/src/uts/common/sys/
H A Delftypes.h47 typedef unsigned int Elf32_Word; typedef
53 typedef unsigned long Elf32_Word; typedef
/illumos-gate/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. */
/illumos-gate/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...]
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h42 typedef uint32_t Elf32_Word; typedef
45 typedef Elf32_Word Elf32_Hashelt;
48 typedef Elf32_Word Elf32_Size;
59 Elf32_Word e_version; /* ELF format version. */
63 Elf32_Word e_flags; /* Architecture-specific flags. */
77 Elf32_Word l_name; /* The name of a shared object. */
78 Elf32_Word l_time_stamp; /* 32-bit timestamp. */
79 Elf32_Word l_checksum; /* Checksum of visible symbols, sizes. */
80 Elf32_Word l_version; /* Interface version string index. */
81 Elf32_Word l_flag
[all...]

Completed in 61 milliseconds