Searched refs:stap_is_single_operand (Results 1 – 3 of 3) sorted by relevance
221 gdbarch_stap_is_single_operand_ftype *stap_is_single_operand = nullptr; member1244 host_address_to_string (gdbarch->stap_is_single_operand)); in gdbarch_dump()4721 return gdbarch->stap_is_single_operand != NULL; in gdbarch_stap_is_single_operand_p()4728 gdb_assert (gdbarch->stap_is_single_operand != NULL); in gdbarch_stap_is_single_operand()4731 return gdbarch->stap_is_single_operand (gdbarch, s); in gdbarch_stap_is_single_operand()4736 … gdbarch_stap_is_single_operand_ftype stap_is_single_operand) in set_gdbarch_stap_is_single_operand() argument4738 gdbarch->stap_is_single_operand = stap_is_single_operand; in set_gdbarch_stap_is_single_operand()
1411 …le_operand (struct gdbarch *gdbarch, gdbarch_stap_is_single_operand_ftype *stap_is_single_operand);
8299 (stap_is_single_operand): New function.