xref: /freebsd/contrib/elftoolchain/libelftc/Version.map (revision 98e0ffaefb0f241cda3a72395d3be04192ae0d47)
1*a85fe12eSEd Maste/*
2*a85fe12eSEd Maste * $Id: Version.map 2574 2012-09-11 15:11:59Z jkoshy $
3*a85fe12eSEd Maste */
4*a85fe12eSEd Maste
5*a85fe12eSEd MasteR1.0 {
6*a85fe12eSEd Masteglobal:
7*a85fe12eSEd Maste	elftc_bfd_find_target;
8*a85fe12eSEd Maste	elftc_bfd_target_byteorder;
9*a85fe12eSEd Maste	elftc_bfd_target_class;
10*a85fe12eSEd Maste	elftc_bfd_target_flavor;
11*a85fe12eSEd Maste	elftc_bfd_target_machine;
12*a85fe12eSEd Maste	elftc_copyfile;
13*a85fe12eSEd Maste	elftc_demangle;
14*a85fe12eSEd Maste	elftc_set_timestamps;
15*a85fe12eSEd Maste	elftc_version;
16*a85fe12eSEd Mastelocal:
17*a85fe12eSEd Maste	*;
18*a85fe12eSEd Maste};
19