Searched refs:func_start (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dm88k-tdep.c638 CORE_ADDR func_start, func_end;
642 if (find_pc_partial_function (pc, NULL, &func_start, &func_end))
644 sal = find_pc_line (func_start, 0);
634 CORE_ADDR func_start, func_end; local
H A Dsparc-tdep.c593 CORE_ADDR func_start, func_end;
598 if (find_pc_partial_function (start_pc, NULL, &func_start, &func_end))
600 sal = find_pc_line (func_start, 0);
587 CORE_ADDR func_start, func_end; local
H A Dsparc64-tdep.c459 CORE_ADDR func_start, func_end;
464 if (find_pc_partial_function (start_pc, NULL, &func_start, &func_end))
466 sal = find_pc_line (func_start, 0);
457 CORE_ADDR func_start, func_end; local
H A Dsymtab.h1341 extern int in_prologue (CORE_ADDR pc, CORE_ADDR func_start);
H A Dfrv-tdep.c449 CORE_ADDR func_start = get_pc_function_start (bpaddr); local
454 while (count-- > 0 && addr >= func_start)
H A Dremote-mips.c1847 CORE_ADDR func_start;
1850 find_pc_partial_function (pc, &func_name, &func_start, NULL);
1852 && func_start == pc)
1844 CORE_ADDR func_start; local
H A Dsymtab.c3938 If non-zero, func_start is where we think the prologue starts, possibly
3943 in_prologue (CORE_ADDR pc, CORE_ADDR func_start)
3959 - Our `func_start' argument; if non-zero, this is the caller's
3971 func_start, if given. */
3972 if (! func_start)
3975 prologue_end = SKIP_PROLOGUE (func_start);
3977 return func_start <= pc && pc < prologue_end;
3934 in_prologue(CORE_ADDR pc, CORE_ADDR func_start) argument

Completed in 111 milliseconds