Lines Matching refs:Elf64_Xword
39 typedef uint64_t Elf64_Xword; typedef
400 Elf64_Xword sh_flags; /* Section flags */
403 Elf64_Xword sh_size; /* Section size in bytes */
406 Elf64_Xword sh_addralign; /* Section alignment */
407 Elf64_Xword sh_entsize; /* Entry size if section holds table */
501 Elf64_Xword ch_size; /* Uncompressed data size. */
502 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */
534 Elf64_Xword st_size; /* Symbol size */
646 Elf64_Xword r_info; /* Relocation type and symbol index */
661 Elf64_Xword r_info; /* Relocation type and symbol index */
673 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
696 Elf64_Xword p_filesz; /* Segment size in file */
697 Elf64_Xword p_memsz; /* Segment size in memory */
698 Elf64_Xword p_align; /* Segment alignment */
848 Elf64_Xword d_val; /* Integer value */
1394 Elf64_Xword m_value; /* Symbol value. */
1395 Elf64_Xword m_info; /* Size and index. */
1396 Elf64_Xword m_poffset; /* Symbol offset. */