Subversion Repositories Kolibri OS

Rev

Rev 5197 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5197 Rev 6324
Line 1... Line 1...
1
/* DWARF 1 find nearest line (_bfd_dwarf1_find_nearest_line).
1
/* DWARF 1 find nearest line (_bfd_dwarf1_find_nearest_line).
2
   Copyright 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2007, 2008, 2009, 2010
-
 
3
   Free Software Foundation, Inc.
2
   Copyright (C) 1998-2015 Free Software Foundation, Inc.
Line 4... Line 3...
4
 
3
 
Line 5... Line 4...
5
   Written by Gavin Romig-Koch of Cygnus Solutions (gavin@cygnus.com).
4
   Written by Gavin Romig-Koch of Cygnus Solutions (gavin@cygnus.com).
Line 448... Line 447...
448
/* The DWARF 1 version of find_nearest line.
447
/* The DWARF 1 version of find_nearest line.
449
   Return TRUE if the line is found without error.  */
448
   Return TRUE if the line is found without error.  */
Line 450... Line 449...
450
 
449
 
451
bfd_boolean
450
bfd_boolean
452
_bfd_dwarf1_find_nearest_line (bfd *abfd,
-
 
453
			       asection *section,
451
_bfd_dwarf1_find_nearest_line (bfd *abfd,
-
 
452
			       asymbol **symbols,
454
			       asymbol **symbols,
453
			       asection *section,
455
			       bfd_vma offset,
454
			       bfd_vma offset,
456
			       const char **filename_ptr,
455
			       const char **filename_ptr,
457
			       const char **functionname_ptr,
456
			       const char **functionname_ptr,
458
			       unsigned int *linenumber_ptr)
457
			       unsigned int *linenumber_ptr)