/external/libunwind/src/ia64/ |
Gtables.c | 54 read_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *valp, void *arg) function 69 read_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *valp, void *arg) function 197 if ((ret = read_mem (as, hdr_addr, &hdr, arg)) < 0) 210 if ( ((ret = read_mem (as, info_addr, &directives, arg)) < 0) 211 || ((ret = read_mem (as, info_addr + 0x08, &pers, arg)) < 0) 212 || ((ret = read_mem (as, info_addr + 0x10, &cookie, arg)) < 0) 213 || ((ret = read_mem (as, info_addr + 0x18, &off, arg)) < 0)) 313 if ((ret = read_mem (as, hdr_addr, &hdr, arg)) < 0) 349 if ((ret = read_mem (as, addr, wp, arg)) < 0) 361 if ((ret = read_mem (as, info_end_addr, &handler_offset, arg)) < 0 [all...] |
/toolchain/binutils/binutils-2.25/include/gdb/ |
callback.h | 271 int (*read_mem) (host_callback * /*cb*/, struct cb_syscall * /*sc*/, 268 int (*read_mem) (host_callback * \/*cb*\/, struct cb_syscall * \/*sc*\/, member in struct:cb_syscall
|