Lines Matching refs:Elf64_Xword
45 typedef uint64_t Elf64_Xword; typedef
61 typedef Elf64_Xword Elf64_Size;
93 Elf64_Xword sh_flags; /* Section flags. */
96 Elf64_Xword sh_size; /* Size in bytes. */
99 Elf64_Xword sh_addralign; /* Alignment in bytes. */
100 Elf64_Xword sh_entsize; /* Size of each entry in section. */
113 Elf64_Xword p_filesz; /* Size of contents in file. */
114 Elf64_Xword p_memsz; /* Size of contents in memory. */
115 Elf64_Xword p_align; /* Alignment in memory and file. */
125 Elf64_Xword d_val; /* Integer value. */
137 Elf64_Xword r_info; /* Relocation type and symbol index. */
143 Elf64_Xword r_info; /* Relocation type and symbol index. */
154 #define ELF64_R_TYPE_DATA(info) (((Elf64_Xword)(info)<<32)>>40)
155 #define ELF64_R_TYPE_ID(info) (((Elf64_Xword)(info)<<56)>>56)
157 (((Elf64_Xword)(data)<<8)+(Elf64_Xword)(type))
169 Elf64_Xword m_info; /* size + index */
170 Elf64_Xword m_poffset; /* symbol offset */
183 Elf64_Xword c_tag; /* how to interpret value */
185 Elf64_Xword c_val;
200 Elf64_Xword st_size; /* Size of associated object. */