Searched refs:msg_send (Results 1 – 2 of 2) sorted by relevance
145 msg_send(int sock, const struct msghdr *msg) in msg_send() function197 if (msg_send(sock, &msg) == -1) in cred_send()277 if (msg_send(sock, &msg) == -1) in fd_package_send()
709 static struct value *msg_send = NULL; in evaluate_subexp_standard() local760 msg_send = find_function_in_inferior ("objc_msg_lookup"); in evaluate_subexp_standard()763 msg_send = value_from_pointer (type, value_as_address (msg_send)); in evaluate_subexp_standard()769 msg_send = find_function_in_inferior ("objc_msgSend"); in evaluate_subexp_standard()796 argvec[0] = msg_send; in evaluate_subexp_standard()818 argvec[0] = msg_send; in evaluate_subexp_standard()896 VALUE_ADDRESS (method) = value_as_address (msg_send); in evaluate_subexp_standard()904 called_method = msg_send; in evaluate_subexp_standard()