Subversion Repositories Kolibri OS

Rev

Rev 5197 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5197 Rev 6324
Line 1... Line 1...
1
/* BFD back-end data structures for a.out (and similar) files.
1
/* BFD back-end data structures for a.out (and similar) files.
2
   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-
 
3
   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
-
 
4
   Free Software Foundation, Inc.
2
   Copyright (C) 1990-2015 Free Software Foundation, Inc.
5
   Written by Cygnus Support.
3
   Written by Cygnus Support.
Line 6... Line 4...
6
 
4
 
Line 7... Line 5...
7
   This file is part of BFD, the Binary File Descriptor library.
5
   This file is part of BFD, the Binary File Descriptor library.
Line 551... Line 549...
551
 
549
 
552
extern void NAME (aout, get_symbol_info)
550
extern void NAME (aout, get_symbol_info)
Line 553... Line 551...
553
  (bfd *, asymbol *, symbol_info *);
551
  (bfd *, asymbol *, symbol_info *);
554
 
552
 
555
extern bfd_boolean NAME (aout, find_nearest_line)
553
extern bfd_boolean NAME (aout, find_nearest_line)
Line 556... Line 554...
556
  (bfd *, asection *, asymbol **, bfd_vma, const char **,
554
  (bfd *, asymbol **, asection *, bfd_vma,
557
   const char **, unsigned int *);
555
   const char **, const char **, unsigned int *, unsigned int *);
Line 558... Line 556...
558
 
556