Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dldt.c714 map_32bit_code_impl(uint8_t *code_src, size_t code_len, void **codeptr, in map_32bit_code_impl() argument
744 printf("Mapping code @%p..%p => %p..%p\n", (void *)code_src, in map_32bit_code_impl()
745 (void *)((uintptr_t)code_src + (unsigned)code_len), in map_32bit_code_impl()
749 bcopy(code_src, addr, code_len); in map_32bit_code_impl()