HomeSort by relevance Sort by last modified time
    Searched defs:Elf32_Word (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
elftypes.h 47 typedef unsigned int Elf32_Word;
53 typedef unsigned long Elf32_Word;
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
elf.h 152 typedef uint32_t Elf32_Word;
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. */
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
i386-elf.h 26 typedef unsigned long Elf32_Word;
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_addralign; /* Section alignment *
    [all...]

Completed in 180 milliseconds