| /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 | 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.old/dist/gdb/ |
| amdgpu-tdep.c | 797 const amd_dbgapi_register_type ®ister_type local 800 = 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]; 1594 t = register_type (m_gdbarch, regnum)->name (); 2121 const auto type = register_type (gdbarch, regnum) [all...] |
| gdbarch.c | 93 gdbarch_register_type_ftype *register_type = nullptr; member in struct:gdbarch 352 if (gdbarch->register_type == 0) 718 "gdbarch_dump: register_type = <%s>\n", 719 host_address_to_string (gdbarch->register_type)); 2229 gdb_assert (gdbarch->register_type != NULL); 2232 return gdbarch->register_type (gdbarch, reg_nr); 2237 gdbarch_register_type_ftype register_type) 2239 gdbarch->register_type = register_type;
|