Lines Matching refs:get_thread_local_address
136 gdbarch_get_thread_local_address_ftype *get_thread_local_address = nullptr;
403 /* Skip verify of get_thread_local_address, has predicate. */
883 "gdbarch_dump: get_thread_local_address = <%s>\n",
884 host_address_to_string (gdbarch->get_thread_local_address));
3028 return gdbarch->get_thread_local_address != NULL;
3035 gdb_assert (gdbarch->get_thread_local_address != NULL);
3038 return gdbarch->get_thread_local_address (gdbarch, ptid, lm_addr, offset);
3043 gdbarch_get_thread_local_address_ftype get_thread_local_address)
3045 gdbarch->get_thread_local_address = get_thread_local_address;