Searched refs:func_func (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Delfread.c991 struct value *func_func; local
1019 func_func = allocate_value (func_func_type);
1020 VALUE_LVAL (func_func) = lval_memory;
1021 set_value_address (func_func, b->loc->related_address);
1024 gdbarch_return_value (gdbarch, func_func, value_type, regcache,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Delfread.c1009 struct value *func_func; local
1036 func_func = allocate_value (func_func_type);
1037 VALUE_LVAL (func_func) = lval_memory;
1038 set_value_address (func_func, b->loc->related_address);
1041 gdbarch_return_value (gdbarch, func_func, value_type, regcache,

Completed in 422 milliseconds