HomeSort by: relevance | last modified time | path
    Searched defs:data_ptr_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
std-regs.c 44 struct type *data_ptr_type = builtin_type (gdbarch)->builtin_data_ptr; local
45 struct value *val = value::allocate (data_ptr_type);
48 gdbarch_address_to_pointer (gdbarch, data_ptr_type,
  /src/external/gpl3/gdb/dist/gdb/
std-regs.c 44 struct type *data_ptr_type = builtin_type (gdbarch)->builtin_data_ptr; local
45 struct value *val = value::allocate (data_ptr_type);
48 gdbarch_address_to_pointer (gdbarch, data_ptr_type,

Completed in 16 milliseconds