Searched refs:instr64 (Results 1 – 1 of 1) sorted by relevance
1350 uint64_t instr64 = 0; in x86_64_process_reloc() local1469 instr64 = *instr64p; in x86_64_process_reloc()1473 instr64 = OSSwapInt64(instr64); in x86_64_process_reloc()1477 rval = check_for_direct_pure_virtual_call(relocator, (u_long) instr64); in x86_64_process_reloc()1484 instr64 += target; in x86_64_process_reloc()1489 instr64 = target - pair_target; in x86_64_process_reloc()1505 instr64 = OSSwapInt64(instr64); in x86_64_process_reloc()1508 *instr64p = instr64; in x86_64_process_reloc()1750 uint64_t instr64 = *instr64p; in arm64_process_reloc() local1754 instr64 = OSSwapInt64(instr64); in arm64_process_reloc()[all …]