]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/elftoolchain/libelftc/Version.map
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / contrib / elftoolchain / libelftc / Version.map
1 /*
2  * $Id: Version.map 2574 2012-09-11 15:11:59Z jkoshy $
3  */
4
5 R1.0 {
6 global:
7         elftc_bfd_find_target;
8         elftc_bfd_target_byteorder;
9         elftc_bfd_target_class;
10         elftc_bfd_target_flavor;
11         elftc_bfd_target_machine;
12         elftc_copyfile;
13         elftc_demangle;
14         elftc_set_timestamps;
15         elftc_version;
16 local:
17         *;
18 };