Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Deval.c1910 struct value *msg_send = NULL; in eval_op_objc_msgcall() local
1952 msg_send = find_function_in_inferior ("objc_msg_lookup", NULL); in eval_op_objc_msgcall()
1956 msg_send = value_from_pointer (type, value_as_address (msg_send)); in eval_op_objc_msgcall()
1962 msg_send = find_function_in_inferior ("objc_msgSend", NULL); in eval_op_objc_msgcall()
1994 argvec[0] = msg_send; in eval_op_objc_msgcall()
2016 argvec[0] = msg_send; in eval_op_objc_msgcall()
2109 value_as_address (msg_send)); in eval_op_objc_msgcall()
2116 called_method = msg_send; in eval_op_objc_msgcall()