Searched refs:Elf64_Word (Results 1 - 5 of 5) 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/grub-core/kern/x86_64/
H A Ddl.c46 Elf64_Word entsize;
82 Elf64_Word *addr32;
90 addr32 = (Elf64_Word *) ((char *) seg->addr + rel->r_offset);
/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...]
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h168 Elf64_Word e_version;
172 Elf64_Word e_flags;
176 Elf64_Word e_phnum; /* phdr count extended to 32 bits */
177 Elf64_Word e_shnum; /* shdr count extended to 32 bits */
178 Elf64_Word e_shstrndx; /* shdr string index extended to 32 bits */
H A DPcore.c1097 efp->e_hdr.e_phnum = (Elf64_Word)e64.e_phnum;
1099 efp->e_hdr.e_shnum = (Elf64_Word)e64.e_shnum;
1100 efp->e_hdr.e_shstrndx = (Elf64_Word)e64.e_shstrndx;
1117 efp->e_hdr.e_phnum = (Elf64_Word)e32.e_phnum;
1119 efp->e_hdr.e_shnum = (Elf64_Word)e32.e_shnum;
1120 efp->e_hdr.e_shstrndx = (Elf64_Word)e32.e_shstrndx;
1240 efp->e_hdr.e_phnum = (Elf64_Word)phnum;

Completed in 46 milliseconds