Home
last modified time | relevance | path

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

/optee_os/lib/libunw/
H A Dunwind_arm32.c99 static bool copy_in(void *dst, const void *src, size_t n) in copy_in() function
158 if (!copy_in(&insn, (void *)state->insn, sizeof(insn))) in unwind_exec_read_byte()
184 if (!copy_in(reg, (void *)*vsp, sizeof(*reg))) in pop_vsp()
326 if (!copy_in(&insn, (void *)state->insn, sizeof(insn))) { in unwind_tab()