Searched refs:instr32p (Results 1 – 1 of 1) sorted by relevance
1347 int32_t *instr32p = NULL; in x86_64_process_reloc() local1362 instr32p = (int32_t *) ((void *) instruction); in x86_64_process_reloc()1363 instr32 = *instr32p; in x86_64_process_reloc()1466 *instr32p = instr32; in x86_64_process_reloc()1713 uint32_t *instr32p = (uint32_t *) (void *) instruction; in arm64_process_reloc() local1714 uint32_t instr32 = *instr32p; in arm64_process_reloc()1747 *instr32p = instr32; in arm64_process_reloc()