Searched refs:p_func (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c4748 uint32_t* p_func = (uint32_t*)p_func_F; local
4750 func_buf[0] = p_func[0];
4751 func_buf[1] = p_func[1];
4754 /* p_func points to a function descriptor, the first word of which
4757 uint64_t* descr = (uint64_t*)p_func;
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c4748 uint32_t* p_func = (uint32_t*)p_func_F; local
4750 func_buf[0] = p_func[0];
4751 func_buf[1] = p_func[1];
4754 /* p_func points to a function descriptor, the first word of which
4757 uint64_t* descr = (uint64_t*)p_func;

Completed in 128 milliseconds