Searched refs:debug_end_function (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | debug.h | 461 extern bfd_boolean debug_end_function (void *, bfd_vma);
|
H A D | rdcoff.c | 846 if (! debug_end_function (dhandle, fnend)) in parse_coff()
|
H A D | stabs.c | 381 || ! debug_end_function (dhandle, info->function_end)) in finish_stab() 511 || ! debug_end_function (dhandle, endval)) in parse_stab() 599 || ! debug_end_function (dhandle, value)) in parse_stab() 640 || ! debug_end_function (dhandle, endval)) in parse_stab()
|
H A D | debug.c | 856 debug_end_function (void *handle, bfd_vma addr) in debug_end_function() function
|
H A D | ieee.c | 1283 if (! debug_end_function (info->dhandle, offset + 1)) in parse_ieee_be()
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | debug.h | 461 extern bfd_boolean debug_end_function (void *, bfd_vma);
|
H A D | rdcoff.c | 850 if (! debug_end_function (dhandle, fnend)) in parse_coff()
|
H A D | stabs.c | 398 || ! debug_end_function (dhandle, info->function_end)) in finish_stab() 530 || ! debug_end_function (dhandle, endval)) in parse_stab() 618 || ! debug_end_function (dhandle, value)) in parse_stab() 659 || ! debug_end_function (dhandle, endval)) in parse_stab()
|
H A D | debug.c | 856 debug_end_function (void *handle, bfd_vma addr) in debug_end_function() function
|