Home
last modified time | relevance | path

Searched refs:func_ptr_type (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dstd-regs.c64 struct type *func_ptr_type = builtin_type (gdbarch)->builtin_func_ptr; in value_of_builtin_frame_pc_reg() local
65 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()
Dhppa-tdep.c1255 struct type *func_ptr_type = builtin_type (gdbarch)->builtin_func_ptr; in hppa32_convert_from_func_ptr_addr() local
1257 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() local
2902 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()