Searched refs:Elf64_Xword (Results 1 – 1 of 1) sorted by relevance
41 typedef uint64_t Elf64_Xword; typedef1221 Elf64_Xword sh_flags;1224 Elf64_Xword sh_size;1227 Elf64_Xword sh_addralign;1228 Elf64_Xword sh_entsize;1425 Elf64_Xword st_size; // Size of the symbol1519 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.1530 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL); in setSymbolAndType()1537 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.1549 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL); in setSymbolAndType()[all …]