Searched refs:func_ptr_type (Results 1 – 2 of 2) sorted by relevance
64 struct type *func_ptr_type = builtin_type (gdbarch)->builtin_func_ptr; in value_of_builtin_frame_pc_reg() local65 struct value *val = value::allocate (func_ptr_type); in value_of_builtin_frame_pc_reg()68 gdbarch_address_to_pointer (gdbarch, func_ptr_type, in value_of_builtin_frame_pc_reg()
1255 struct type *func_ptr_type = builtin_type (gdbarch)->builtin_func_ptr; in hppa32_convert_from_func_ptr_addr() local1257 return read_memory_typed_address (plabel, func_ptr_type); in hppa32_convert_from_func_ptr_addr()2890 struct type *func_ptr_type = builtin_type (gdbarch)->builtin_func_ptr; in hppa_skip_trampoline_code() local2902 pc = read_memory_typed_address (pc & ~0x3, func_ptr_type); in hppa_skip_trampoline_code()2923 pc = read_memory_typed_address (pc, func_ptr_type); in hppa_skip_trampoline_code()2938 pc = read_memory_typed_address (pc + 8, func_ptr_type); in hppa_skip_trampoline_code()