Lines Matching refs:Elf64_Xword
42 typedef uint64_t Elf64_Xword; typedef
290 Elf64_Xword sh_flags; /* Section flags */
293 Elf64_Xword sh_size; /* Section size in bytes */
296 Elf64_Xword sh_addralign; /* Section alignment */
297 Elf64_Xword sh_entsize; /* Entry size if section holds table */
390 Elf64_Xword ch_size; /* Uncompressed data size. */
391 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */
423 Elf64_Xword st_size; /* Symbol size */
535 Elf64_Xword r_info; /* Relocation type and symbol index */
550 Elf64_Xword r_info; /* Relocation type and symbol index */
562 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
585 Elf64_Xword p_filesz; /* Segment size in file */
586 Elf64_Xword p_memsz; /* Segment size in memory */
587 Elf64_Xword p_align; /* Segment alignment */
692 Elf64_Xword d_val; /* Integer value */
1138 Elf64_Xword m_value; /* Symbol value. */
1139 Elf64_Xword m_info; /* Size and index. */
1140 Elf64_Xword m_poffset; /* Symbol offset. */