Searched refs:Elf64_Xword (Results 1 – 4 of 4) sorted by relevance
30 typedef __u64 Elf64_Xword; typedef135 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 */[all …]
45 typedef uint64_t Elf64_Xword; typedef286 Elf64_Xword sh_flags; /* Section flags */289 Elf64_Xword sh_size; /* Section size in bytes */292 Elf64_Xword sh_addralign; /* Section alignment */293 Elf64_Xword sh_entsize; /* Entry size if section holds table */394 Elf64_Xword st_size; /* Symbol size */504 Elf64_Xword r_info; /* Relocation type and symbol index */519 Elf64_Xword r_info; /* Relocation type and symbol index */531 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))554 Elf64_Xword p_filesz; /* Segment size in file */[all …]
58 Elf64_Xword r_info_number;
264 Elf64_Xword r_info;