Lines Matching refs:Elf64_Xword
45 typedef uint64_t Elf64_Xword; typedef
286 Elf64_Xword sh_flags; /* Section flags */
289 Elf64_Xword sh_size; /* Section size in bytes */
292 Elf64_Xword sh_addralign; /* Section alignment */
293 Elf64_Xword sh_entsize; /* Entry size if section holds table */
394 Elf64_Xword st_size; /* Symbol size */
504 Elf64_Xword r_info; /* Relocation type and symbol index */
519 Elf64_Xword r_info; /* Relocation type and symbol index */
531 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
554 Elf64_Xword p_filesz; /* Segment size in file */
555 Elf64_Xword p_memsz; /* Segment size in memory */
556 Elf64_Xword p_align; /* Segment alignment */
635 Elf64_Xword d_val; /* Integer value */
1060 Elf64_Xword m_value; /* Symbol value. */
1061 Elf64_Xword m_info; /* Size and index. */
1062 Elf64_Xword m_poffset; /* Symbol offset. */