Home
last modified time | relevance | path

Searched refs:gdbarch_deprecated_function_start_offset (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-cmds.c1089 low += gdbarch_deprecated_function_start_offset (gdbarch); in disassemble_current_function()
1169 low += gdbarch_deprecated_function_start_offset (gdbarch); in disassemble_command()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dinfcall.c319 return funaddr + gdbarch_deprecated_function_start_offset (gdbarch); in find_function_addr()
H A Dgdbarch.h531 extern CORE_ADDR gdbarch_deprecated_function_start_offset (struct gdbarch *gdbarch);
H A Dsymtab.c2867 pc += gdbarch_deprecated_function_start_offset (gdbarch); in skip_prologue_sal()
4832 start_pc += gdbarch_deprecated_function_start_offset (gdbarch); in skip_prologue_using_sal()
H A Dgdbarch.c2764 gdbarch_deprecated_function_start_offset (struct gdbarch *gdbarch) in gdbarch_deprecated_function_start_offset() function
H A Dinfrun.c3141 += gdbarch_deprecated_function_start_offset (gdbarch); in fill_in_stop_func()