Home | History | Annotate | Download | only in linux

Lines Matching refs:Elf64_Xword

30 typedef __u64	Elf64_Xword;
157 Elf64_Xword d_val;
176 Elf64_Xword r_info; /* index and type of relocation */
187 Elf64_Xword r_info; /* index and type of relocation */
206 Elf64_Xword st_size; /* Associated symbol size */
269 Elf64_Xword p_filesz; /* Segment size in file */
270 Elf64_Xword p_memsz; /* Segment size in memory */
271 Elf64_Xword p_align; /* Segment alignment, file & memory */
324 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
327 Elf64_Xword sh_size; /* Size of section in bytes */
330 Elf64_Xword sh_addralign; /* Section alignment */
331 Elf64_Xword sh_entsize; /* Entry size if section holds table */