Searched refs:tib_ptr_type (Results 1 – 2 of 2) sorted by relevance
183 struct type *tib_ptr_type = nullptr; member209 struct type *tib_type, *seh_type, *tib_ptr_type, *seh_ptr_type; in windows_get_tlb_type() local215 if (windows_gdbarch_data->tib_ptr_type != nullptr) in windows_get_tlb_type()216 return windows_gdbarch_data->tib_ptr_type; in windows_get_tlb_type()384 tib_ptr_type = alloc.new_type (TYPE_CODE_PTR, in windows_get_tlb_type()387 tib_ptr_type->set_target_type (tib_type); in windows_get_tlb_type()389 windows_gdbarch_data->tib_ptr_type = tib_ptr_type; in windows_get_tlb_type()391 return tib_ptr_type; in windows_get_tlb_type()
15878 * windows-tdep.c (struct windows_gdbarch_data): Add tib_ptr_type.15879 (windows_get_tlb_type): Use windows_gdbarch_data->tib_ptr_type.