Home | History | Annotate | Download | only in gdb

Lines Matching refs:stap_is_single_operand

223   gdbarch_stap_is_single_operand_ftype *stap_is_single_operand = nullptr;
495 /* Skip verify of stap_is_single_operand, has predicate. */
1255 "gdbarch_dump: stap_is_single_operand = <%s>\n",
1256 host_address_to_string (gdbarch->stap_is_single_operand));
4770 return gdbarch->stap_is_single_operand != NULL;
4777 gdb_assert (gdbarch->stap_is_single_operand != NULL);
4780 return gdbarch->stap_is_single_operand (gdbarch, s);
4785 gdbarch_stap_is_single_operand_ftype stap_is_single_operand)
4787 gdbarch->stap_is_single_operand = stap_is_single_operand;