| /src/external/gpl3/gdb.old/dist/gdb/ |
| amdgpu-tdep.c | 795 const amd_dbgapi_register_type ®ister_type local 798 = amd_dbgapi_register_type_to_gdb_type (register_type, gdbarch);
|
| regcache.c | 72 struct type **register_type = nullptr; member in struct:regcache_descr 95 descr->register_type 99 descr->register_type[i] = gdbarch_register_type (gdbarch, i); 106 NOTE: cagney/2002-05-22: Only register_type () is used when 120 descr->sizeof_register[i] = descr->register_type[i]->length (); 129 descr->sizeof_register[i] = descr->register_type[i]->length (); 157 register_type (struct gdbarch *gdbarch, int regnum) function 162 return descr->register_type[regnum]; 1592 t = register_type (m_gdbarch, regnum)->name (); 2115 const auto type = register_type (gdbarch, regnum) [all...] |
| gdbarch-gen.c | 93 gdbarch_register_type_ftype *register_type = nullptr; member in struct:gdbarch 355 if (gdbarch->register_type == 0) 724 "gdbarch_dump: register_type = <%s>\n", 725 host_address_to_string (gdbarch->register_type)); 2244 gdb_assert (gdbarch->register_type != NULL); 2247 return gdbarch->register_type (gdbarch, reg_nr); 2252 gdbarch_register_type_ftype register_type) 2254 gdbarch->register_type = register_type;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| amdgpu-tdep.c | 795 const amd_dbgapi_register_type ®ister_type local 798 = amd_dbgapi_register_type_to_gdb_type (register_type, gdbarch);
|
| regcache.c | 73 struct type **register_type = nullptr; member in struct:regcache_descr 96 descr->register_type 100 descr->register_type[i] = gdbarch_register_type (gdbarch, i); 107 NOTE: cagney/2002-05-22: Only register_type () is used when 121 descr->sizeof_register[i] = descr->register_type[i]->length (); 130 descr->sizeof_register[i] = descr->register_type[i]->length (); 158 register_type (struct gdbarch *gdbarch, int regnum) function 163 return descr->register_type[regnum]; 1591 t = register_type (m_gdbarch, regnum)->name (); 2095 const auto type = register_type (gdbarch, regnum) [all...] |
| gdbarch-gen.c | 93 gdbarch_register_type_ftype *register_type = nullptr; member in struct:gdbarch 357 if (gdbarch->register_type == 0) 728 "gdbarch_dump: register_type = <%s>\n", 729 host_address_to_string (gdbarch->register_type)); 2257 gdb_assert (gdbarch->register_type != NULL); 2260 return gdbarch->register_type (gdbarch, reg_nr); 2265 gdbarch_register_type_ftype register_type) 2267 gdbarch->register_type = register_type;
|