Subversion Repositories Kolibri OS

Rev

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

Rev 5219 Rev 6324
Line 1... Line 1...
1
/* Plugin support for BFD.
1
/* Plugin support for BFD.
2
   Copyright 2009  Free Software Foundation, Inc.
2
   Copyright (C) 2009-2015 Free Software Foundation, Inc.
Line 3... Line 3...
3
 
3
 
Line 4... Line 4...
4
   This file is part of BFD, the Binary File Descriptor library.
4
   This file is part of BFD, the Binary File Descriptor library.
5
 
5
 
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
#include "bfd.h"
24
#include "bfd.h"
25
 
25
 
-
 
26
void bfd_plugin_set_program_name (const char *);
-
 
27
void bfd_plugin_set_plugin (const char *);
-
 
28
bfd_boolean bfd_plugin_target_p (const bfd_target *);
Line 26... Line 29...
26
void bfd_plugin_set_program_name (const char *);
29
bfd_boolean bfd_plugin_specified_p (void);
27
void bfd_plugin_set_plugin (const char *);
30
void register_ld_plugin_object_p (const bfd_target *(*object_p) (bfd *));
28
 
31
 
29
typedef struct plugin_data_struct
32
typedef struct plugin_data_struct