Lines Matching refs:Elf64_Xword
27 typedef uint64 Elf64_Xword; typedef
252 Elf64_Xword sh_flags;
255 Elf64_Xword sh_size;
258 Elf64_Xword sh_addralign;
259 Elf64_Xword sh_entsize;
328 Elf64_Xword p_filesz; /* the size of the segment in the file */
329 Elf64_Xword p_memsz; /* the size of the segment in memory */
330 Elf64_Xword p_align;
388 Elf64_Xword st_size;
456 Elf64_Xword r_info;
479 Elf64_Xword r_info;
490 #define ELF64_R_INFO(s, t) ((((Elf64_Xword)(s)) << 32) + ((t) & 0xffffffffL))
506 Elf64_Xword d_val;