Searched refs:context_ptr (Results 1 – 2 of 2) sorted by relevance
659 char *context_ptr = (char *) &th->context; in windows_fetch_one_register() local662 context_ptr = (char *) &th->wow64_context; in windows_fetch_one_register()665 char *context_offset = context_ptr + windows_process.mappings[r]; in windows_fetch_one_register()787 char *context_ptr = (char *) &th->context; in windows_store_one_register() local790 context_ptr = (char *) &th->wow64_context; in windows_store_one_register()803 memcpy (context_ptr + windows_process.mappings[r], bytes, 2); in windows_store_one_register()812 memcpy (context_ptr + windows_process.mappings[r] + 2, bytes, 2); in windows_store_one_register()815 regcache->raw_collect (r, context_ptr + windows_process.mappings[r]); in windows_store_one_register()
1113 assember_macro_helper (const char *const args[], void *context_ptr) in assember_macro_helper() argument1115 struct loongarch_cl_insn *insn = context_ptr; in assember_macro_helper()