Home
last modified time | relevance | path

Searched refs:instr32p (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/libkern/kxld/
H A Dkxld_reloc.c1346 int32_t *instr32p = NULL; in x86_64_process_reloc() local
1361 instr32p = (int32_t *) ((void *) instruction); in x86_64_process_reloc()
1362 instr32 = *instr32p; in x86_64_process_reloc()
1465 *instr32p = instr32; in x86_64_process_reloc()
1712 uint32_t *instr32p = (uint32_t *) (void *) instruction; in arm64_process_reloc() local
1713 uint32_t instr32 = *instr32p; in arm64_process_reloc()
1746 *instr32p = instr32; in arm64_process_reloc()