Lines Matching refs:Elf64_Xword
26 typedef uint64 Elf64_Xword; typedef
241 Elf64_Xword sh_flags;
244 Elf64_Xword sh_size;
247 Elf64_Xword sh_addralign;
248 Elf64_Xword sh_entsize;
317 Elf64_Xword p_filesz; /* the size of the segment in the file */
318 Elf64_Xword p_memsz; /* the size of the segment in memory */
319 Elf64_Xword p_align;
377 Elf64_Xword st_size;
445 Elf64_Xword r_info;
468 Elf64_Xword r_info;
479 #define ELF64_R_INFO(s, t) ((((Elf64_Xword)(s)) << 32) + ((t) & 0xffffffffL))
495 Elf64_Xword d_val;