Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dstabs.c82 bfd_vma function_end; member
365 ret->function_end = (bfd_vma) -1; in start_stab()
381 || ! debug_end_function (dhandle, info->function_end)) in finish_stab()
384 info->function_end = (bfd_vma) -1; in finish_stab()
507 && info->function_end != (bfd_vma) -1 in parse_stab()
508 && info->function_end < endval) in parse_stab()
509 endval = info->function_end; in parse_stab()
514 info->function_end = (bfd_vma) -1; in parse_stab()
602 info->function_end = (bfd_vma) -1; in parse_stab()
613 && (info->function_end == (bfd_vma) -1 in parse_stab()
[all …]
DChangeLog-9197703 * stabs.c (struct stab_handle): Add function_end field.
704 (start_stab): Initialize function_end.
705 (finish_stab): Pass info->function_end to debug_end_function.
706 (parse_stab): If info->function_end is set, use it as the address