Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Ddwarf2expr.c280 return gdbarch_integer_to_address (ctx->gdbarch, int_type, buf); in dwarf_expr_fetch_address()
H A Dgdbarch.h450 extern CORE_ADDR gdbarch_integer_to_address (struct gdbarch *gdbarch, struct type *type, const gdb_…
H A Dvalue.c2394 return gdbarch_integer_to_address (gdbarch, value_type (val), in value_as_address()
H A Dgdbarch.c2539 gdbarch_integer_to_address (struct gdbarch *gdbarch, struct type *type, const gdb_byte *buf) in gdbarch_integer_to_address() function