Home
last modified time | relevance | path

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

/xnu-11215.81.4/libkern/kxld/
H A Dkxld_reloc.c1348 uint64_t *instr64p = NULL; in x86_64_process_reloc() local
1467 instr64p = (uint64_t *) ((void *) instruction); in x86_64_process_reloc()
1468 instr64 = *instr64p; in x86_64_process_reloc()
1507 *instr64p = instr64; in x86_64_process_reloc()
1748 uint64_t *instr64p = (uint64_t *) (void *) instruction; in arm64_process_reloc() local
1749 uint64_t instr64 = *instr64p; in arm64_process_reloc()
1773 *instr64p = instr64; in arm64_process_reloc()