Home
last modified time | relevance | path

Searched refs:DEPRECATED_FUNCTION_START_OFFSET (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-cmds.c866 low += DEPRECATED_FUNCTION_START_OFFSET; in disassemble_command()
881 low += DEPRECATED_FUNCTION_START_OFFSET; in disassemble_command()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.h969 #if !defined (GDB_TM_FILE) && defined (DEPRECATED_FUNCTION_START_OFFSET)
972 #if !defined (DEPRECATED_FUNCTION_START_OFFSET)
973 #define DEPRECATED_FUNCTION_START_OFFSET (gdbarch_deprecated_function_start_offset (current_gdbarch… macro
Dinfcall.c228 return funaddr + DEPRECATED_FUNCTION_START_OFFSET; in find_function_addr()
Dsymtab.c2454 pc += DEPRECATED_FUNCTION_START_OFFSET; in find_function_start_sal()
4028 start_pc += DEPRECATED_FUNCTION_START_OFFSET; in skip_prologue_using_sal()
Dlinespec.c1826 values.sals[0].pc += DEPRECATED_FUNCTION_START_OFFSET; in minsym_found()
Dgdbarch.c875 #ifdef DEPRECATED_FUNCTION_START_OFFSET in gdbarch_dump()
878 XSTRING (DEPRECATED_FUNCTION_START_OFFSET)); in gdbarch_dump()
Dinfrun.c1747 ecs->stop_func_start += DEPRECATED_FUNCTION_START_OFFSET; in handle_inferior_event()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo3271 @item DEPRECATED_FUNCTION_START_OFFSET
3272 @findex DEPRECATED_FUNCTION_START_OFFSET
3284 @code{DEPRECATED_FUNCTION_START_OFFSET} would be 2 on the VAX.