Lines Matching refs:code
26 /* This file tests dynamic code-generation via function-cloning. */
63 long code;
72 long code;
77 (fdesc).code = (long) &(func) & ~0x1; \
79 /*# define get_fdesc(fdesc,func) ({(fdesc).code = (long) &(func) & ~0x1; \
81 # define get_funcp(fdesc) ((template_t) ((fdesc).code | (fdesc).is_thumb))
86 long code;
88 # define get_fdesc(fdesc,func) (fdesc.code = (long) &(func))
89 # define get_funcp(fdesc) ((template_t) (fdesc).code)
184 printf ("old code @ %p, new code @ %p\n", (void *) fdesc.code, mem);
186 memcpy (mem, (void *) fdesc.code, MAX_FUNC_SIZE);
199 _U_dyn_op_alias (®ion->op[0], 0, -1, fdesc.code);
213 fdesc.code = (long) mem;