HomeSort by: relevance | last modified time | path
    Searched refs:gdbarch_address_to_pointer (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
std-regs.c 48 gdbarch_address_to_pointer (gdbarch, data_ptr_type,
68 gdbarch_address_to_pointer (gdbarch, func_ptr_type,
extract-store-integer.c 176 gdbarch_address_to_pointer (type->arch (), type, buf, addr);
gdbarch-gen.h 132 gdbarch_address_to_pointer as well.
438 extern void gdbarch_address_to_pointer (struct gdbarch *gdbarch, struct type *type, gdb_byte *buf, CORE_ADDR addr);
procfs.c 1525 gdbarch_address_to_pointer (arch, ptr_type, (gdb_byte *) &ptr, addr);
gdbarch-gen.c 2609 gdbarch_address_to_pointer (struct gdbarch *gdbarch, struct type *type, gdb_byte *buf, CORE_ADDR addr) function
2614 gdb_printf (gdb_stdlog, "gdbarch_address_to_pointer called\n");
ada-lang.c 4610 gdbarch_address_to_pointer (type->arch (), type, buf, addr);
  /src/external/gpl3/gdb/dist/gdb/
std-regs.c 48 gdbarch_address_to_pointer (gdbarch, data_ptr_type,
68 gdbarch_address_to_pointer (gdbarch, func_ptr_type,
extract-store-integer.c 176 gdbarch_address_to_pointer (type->arch (), type, buf, addr);
gdbarch-gen.h 132 gdbarch_address_to_pointer as well.
446 extern void gdbarch_address_to_pointer (struct gdbarch *gdbarch, struct type *type, gdb_byte *buf, CORE_ADDR addr);
procfs.c 1525 gdbarch_address_to_pointer (arch, ptr_type, (gdb_byte *) &ptr, addr);
gdbarch-gen.c 2639 gdbarch_address_to_pointer (struct gdbarch *gdbarch, struct type *type, gdb_byte *buf, CORE_ADDR addr) function
2644 gdb_printf (gdb_stdlog, "gdbarch_address_to_pointer called\n");
ada-lang.c 4611 gdbarch_address_to_pointer (type->arch (), type, buf, addr);

Completed in 60 milliseconds