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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h40 typedef grub_uint64_t Elf64_Xword; typedef
281 Elf64_Xword sh_flags; /* Section flags */
284 Elf64_Xword sh_size; /* Section size in bytes */
287 Elf64_Xword sh_addralign; /* Section alignment */
288 Elf64_Xword sh_entsize; /* Entry size if section holds table */
379 Elf64_Xword st_size; /* Symbol size */
489 Elf64_Xword r_info; /* Relocation type and symbol index */
504 Elf64_Xword r_info; /* Relocation type and symbol index */
516 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
539 Elf64_Xword p_files
[all...]

Completed in 46 milliseconds