Searched refs:thread_local_base (Results 1 – 3 of 3) sorted by relevance
453 CORE_ADDR thread_local_base; in display_one_tib() local481 if (target_get_tib_address (ptid, &thread_local_base) == 0) in display_one_tib()489 NULL, tib, thread_local_base, tib_size) != tib_size) in display_one_tib()494 paddress (current_inferior ()->arch (), thread_local_base)); in display_one_tib()500 paddress (current_inferior ()->arch (), thread_local_base)); in display_one_tib()1299 CORE_ADDR thread_local_base; in cygwin_sigwrapper_frame_cache() local1300 target_get_tib_address (inferior_ptid, &thread_local_base); in cygwin_sigwrapper_frame_cache()1303 = read_memory_unsigned_integer (thread_local_base + len, len, byte_order); in cygwin_sigwrapper_frame_cache()
3188 *addr = th->thread_local_base; in get_tib_address()
7267 * windows-nat.c (thread_info): Add thread_local_base field.