Lines Matching refs:stap_adjust_register
225 gdbarch_stap_adjust_register_ftype *stap_adjust_register = nullptr;
497 /* Skip verify of stap_adjust_register, has predicate. */
1267 "gdbarch_dump: stap_adjust_register = <%s>\n",
1268 host_address_to_string (gdbarch->stap_adjust_register));
4818 return gdbarch->stap_adjust_register != NULL;
4825 gdb_assert (gdbarch->stap_adjust_register != NULL);
4828 return gdbarch->stap_adjust_register (gdbarch, p, regname, regnum);
4833 gdbarch_stap_adjust_register_ftype stap_adjust_register)
4835 gdbarch->stap_adjust_register = stap_adjust_register;