Searched refs:tls_regnum (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | arm-fbsd-nat.c | 59 if (tdep->tls_regnum > 0) in fetch_registers() 61 tdep->tls_regnum); in fetch_registers() 81 if (tdep->tls_regnum > 0) in store_registers() 83 tdep->tls_regnum); in store_registers()
|
| D | arm-fbsd-tdep.c | 169 regcache->supply_regset (regset, tdep->tls_regnum, regnum, buf, size); in arm_fbsd_supply_tls_regset() 180 regcache->collect_regset (regset, tdep->tls_regnum, regnum, buf, size); in arm_fbsd_collect_tls_regset() 202 if (tdep->tls_regnum > 0) in arm_fbsd_iterate_over_regset_sections() 276 target_fetch_registers (regcache, tdep->tls_regnum); in arm_fbsd_get_thread_local_address() 279 if (regcache->cooked_read (tdep->tls_regnum, &tpidruro) != REG_VALID) in arm_fbsd_get_thread_local_address() 313 if (tdep->tls_regnum > 0) in arm_fbsd_init_abi()
|
| D | arm-tdep.h | 137 int tls_regnum = 0; /* Number of the tpidruro register. */ member
|
| D | arm-tdep.c | 10141 int tls_regnum = 0; in arm_gdbarch_init() local 10518 tls_regnum = register_count; in arm_gdbarch_init() 10678 tdep->tls_regnum = tls_regnum; in arm_gdbarch_init()
|