Home
last modified time | relevance | path

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

/xnu-10063.101.15/libkern/kxld/
H A Dkxld_reloc.c1347 int32_t *instr32p = NULL; in x86_64_process_reloc() local
1362 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() local
1714 uint32_t instr32 = *instr32p; in arm64_process_reloc()
1747 *instr32p = instr32; in arm64_process_reloc()