Lines Matching refs:Elf64_Xword
43 typedef uint64_t Elf64_Xword; typedef
291 Elf64_Xword sh_flags; /* Section flags */
294 Elf64_Xword sh_size; /* Section size in bytes */
297 Elf64_Xword sh_addralign; /* Section alignment */
298 Elf64_Xword sh_entsize; /* Entry size if section holds table */
391 Elf64_Xword ch_size; /* Uncompressed data size. */
392 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */
424 Elf64_Xword st_size; /* Symbol size */
536 Elf64_Xword r_info; /* Relocation type and symbol index */
551 Elf64_Xword r_info; /* Relocation type and symbol index */
563 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
586 Elf64_Xword p_filesz; /* Segment size in file */
587 Elf64_Xword p_memsz; /* Segment size in memory */
588 Elf64_Xword p_align; /* Segment alignment */
693 Elf64_Xword d_val; /* Integer value */
1139 Elf64_Xword m_value; /* Symbol value. */
1140 Elf64_Xword m_info; /* Size and index. */
1141 Elf64_Xword m_poffset; /* Symbol offset. */