Lines Matching refs:Elf64_Xword
47 typedef uint64_t Elf64_Xword; typedef
59 typedef Elf64_Xword Elf64_Size;
91 Elf64_Xword sh_flags; /* Section flags. */
94 Elf64_Xword sh_size; /* Size in bytes. */
97 Elf64_Xword sh_addralign; /* Alignment in bytes. */
98 Elf64_Xword sh_entsize; /* Size of each entry in section. */
111 Elf64_Xword p_filesz; /* Size of contents in file. */
112 Elf64_Xword p_memsz; /* Size of contents in memory. */
113 Elf64_Xword p_align; /* Alignment in memory and file. */
123 Elf64_Xword d_val; /* Integer value. */
135 Elf64_Xword r_info; /* Relocation type and symbol index. */
141 Elf64_Xword r_info; /* Relocation type and symbol index. */
152 #define ELF64_R_TYPE_DATA(info) (((Elf64_Xword)(info)<<32)>>40)
153 #define ELF64_R_TYPE_ID(info) (((Elf64_Xword)(info)<<56)>>56)
155 (((Elf64_Xword)(data)<<8)+(Elf64_Xword)(type))
167 Elf64_Xword m_info; /* size + index */
168 Elf64_Xword m_poffset; /* symbol offset */
181 Elf64_Xword c_tag; /* how to interpret value */
183 Elf64_Xword c_val;
198 Elf64_Xword st_size; /* Size of associated object. */