Searched refs:debug_end_function (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.h461 extern bfd_boolean debug_end_function (void *, bfd_vma);
H A Drdcoff.c843 if (! debug_end_function (dhandle, fnend))
H A Dstabs.c382 || ! debug_end_function (dhandle, info->function_end))
512 || ! debug_end_function (dhandle, endval))
600 || ! debug_end_function (dhandle, value))
611 always emit an empty N_FUN. We can't call debug_end_function
641 || ! debug_end_function (dhandle, endval))
H A Ddebug.c859 debug_end_function (void *handle, bfd_vma addr)
867 debug_error (_("debug_end_function: no current function"));
873 debug_error (_("debug_end_function: some blocks were not closed"));
857 debug_end_function (void *handle, bfd_vma addr) function
H A Dieee.c1272 if (! debug_end_function (info->dhandle, offset + 1))

Completed in 137 milliseconds