Home
last modified time | relevance | path

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

/xnu-10063.141.1/libkern/kxld/
H A Dkxld_reloc.c1349 uint64_t *instr64p = NULL; in x86_64_process_reloc() local
1468 instr64p = (uint64_t *) ((void *) instruction); in x86_64_process_reloc()
1469 instr64 = *instr64p; in x86_64_process_reloc()
1508 *instr64p = instr64; in x86_64_process_reloc()
1749 uint64_t *instr64p = (uint64_t *) (void *) instruction; in arm64_process_reloc() local
1750 uint64_t instr64 = *instr64p; in arm64_process_reloc()
1774 *instr64p = instr64; in arm64_process_reloc()