Searched refs:instr64 (Results 1 – 1 of 1) sorted by relevance
1349 uint64_t instr64 = 0; in x86_64_process_reloc() local1468 instr64 = *instr64p; in x86_64_process_reloc()1472 instr64 = OSSwapInt64(instr64); in x86_64_process_reloc()1476 rval = check_for_direct_pure_virtual_call(relocator, (u_long) instr64); in x86_64_process_reloc()1483 instr64 += target; in x86_64_process_reloc()1488 instr64 = target - pair_target; in x86_64_process_reloc()1504 instr64 = OSSwapInt64(instr64); in x86_64_process_reloc()1507 *instr64p = instr64; in x86_64_process_reloc()1749 uint64_t instr64 = *instr64p; in arm64_process_reloc() local1753 instr64 = OSSwapInt64(instr64); in arm64_process_reloc()[all …]