|
GDB (xrefs)
|
Go to the source code of this file.
Functions | |
| CORE_ADDR | ppc64_skip_trampoline_code (struct frame_info *frame, CORE_ADDR pc) |
| CORE_ADDR | ppc64_convert_from_func_ptr_addr (struct gdbarch *gdbarch, CORE_ADDR addr, struct target_ops *targ) |
| void | ppc64_elf_make_msymbol_special (asymbol *, struct minimal_symbol *) |
| CORE_ADDR ppc64_convert_from_func_ptr_addr | ( | struct gdbarch * | gdbarch, |
| CORE_ADDR | addr, | ||
| struct target_ops * | targ | ||
| ) |
Definition at line 559 of file ppc64-tdep.c.
References target_section::addr, gdbarch::byte_order, extract_unsigned_integer(), gdbarch_byte_order(), target_section_by_addr(), and target_section::the_bfd_section.
Referenced by ppc_linux_init_abi(), and ppcfbsd_init_abi().
| void ppc64_elf_make_msymbol_special | ( | asymbol * | , |
| struct minimal_symbol * | |||
| ) |
Definition at line 608 of file ppc64-tdep.c.
References SET_MSYMBOL_SIZE.
Referenced by ppc_linux_init_abi(), and ppcfbsd_init_abi().
| CORE_ADDR ppc64_skip_trampoline_code | ( | struct frame_info * | frame, |
| CORE_ADDR | pc | ||
| ) |
Definition at line 522 of file ppc64-tdep.c.
References gdbarch_skip_entrypoint(), gdbarch_skip_entrypoint_p(), get_frame_arch(), and ppc64_skip_trampoline_code_1().
Referenced by ppc_linux_init_abi(), and ppcfbsd_init_abi().
1.8.14