Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libnv/
HDmsgio.c145 msg_send(int sock, const struct msghdr *msg) in msg_send() function
197 if (msg_send(sock, &msg) == -1) in cred_send()
277 if (msg_send(sock, &msg) == -1) in fd_package_send()
/freebsd-11-stable/contrib/gdb/gdb/
HDeval.c709 static struct value *msg_send = NULL; in evaluate_subexp_standard() local
760 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()