Searched refs:arch_descr (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dia64-libunwind-tdep.c148 struct libunwind_descr *arch_descr; local
152 arch_descr = ((struct libunwind_descr *)
154 gdb_assert (arch_descr != NULL);
157 arch_descr->gdb2uw = descr->gdb2uw;
158 arch_descr->uw2gdb = descr->uw2gdb;
159 arch_descr->is_fpreg = descr->is_fpreg;
160 arch_descr->accessors = descr->accessors;
161 arch_descr->special_accessors = descr->special_accessors;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-libunwind-tdep.c140 struct libunwind_descr *arch_descr; local
144 arch_descr = libunwind_descr (gdbarch);
145 gdb_assert (arch_descr != NULL);
148 arch_descr->gdb2uw = descr->gdb2uw;
149 arch_descr->uw2gdb = descr->uw2gdb;
150 arch_descr->is_fpreg = descr->is_fpreg;
151 arch_descr->accessors = descr->accessors;
152 arch_descr->special_accessors = descr->special_accessors;

Completed in 184 milliseconds