Home
last modified time | relevance | path

Searched refs:msg_send_stret (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Deval.c710 static struct value *msg_send_stret = NULL; in evaluate_subexp_standard() local
761 msg_send_stret = find_function_in_inferior ("objc_msg_lookup"); in evaluate_subexp_standard()
764 msg_send_stret = value_from_pointer (type, in evaluate_subexp_standard()
765 value_as_address (msg_send_stret)); in evaluate_subexp_standard()
771 msg_send_stret = find_function_in_inferior ("objc_msgSend_stret"); in evaluate_subexp_standard()
894 VALUE_ADDRESS (method) = value_as_address (msg_send_stret); in evaluate_subexp_standard()
902 called_method = msg_send_stret; in evaluate_subexp_standard()