Home | History | Annotate | Download | only in linux

Lines Matching defs:Elf64_Xword

30 typedef __u64	Elf64_Xword;
135 Elf64_Xword d_val;
154 Elf64_Xword r_info; /* index and type of relocation */
165 Elf64_Xword r_info; /* index and type of relocation */
184 Elf64_Xword st_size; /* Associated symbol size */
247 Elf64_Xword p_filesz; /* Segment size in file */
248 Elf64_Xword p_memsz; /* Segment size in memory */
249 Elf64_Xword p_align; /* Segment alignment, file & memory */
302 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
305 Elf64_Xword sh_size; /* Size of section in bytes */
308 Elf64_Xword sh_addralign; /* Section alignment */
309 Elf64_Xword sh_entsize; /* Entry size if section holds table */