Searched refs:gdbarch_fetch_pointer_argument (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | objc-lang.c | 1474 object = gdbarch_fetch_pointer_argument (gdbarch, frame, 0, ptr_type); in resolve_msgsend() 1475 sel = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend() 1496 object = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend_stret() 1497 sel = gdbarch_fetch_pointer_argument (gdbarch, frame, 2, ptr_type); in resolve_msgsend_stret() 1520 super = gdbarch_fetch_pointer_argument (gdbarch, frame, 0, ptr_type); in resolve_msgsend_super() 1521 sel = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend_super() 1548 super = gdbarch_fetch_pointer_argument (gdbarch, frame, 1, ptr_type); in resolve_msgsend_super_stret() 1549 sel = gdbarch_fetch_pointer_argument (gdbarch, frame, 2, ptr_type); in resolve_msgsend_super_stret()
|
| D | gdbarch-gen.h | 931 extern CORE_ADDR gdbarch_fetch_pointer_argument (struct gdbarch *gdbarch, const frame_info_ptr &fra…
|
| D | gdbarch.c | 3726 gdbarch_fetch_pointer_argument (struct gdbarch *gdbarch, const frame_info_ptr &frame, int argi, str… in gdbarch_fetch_pointer_argument() function
|
| D | ChangeLog-2007 | 6396 gdbarch_fetch_pointer_argument.
|