summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain/libelftc/Version.map
blob: 43f9e823b407b4114b87e767a5d9a701f68e5611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * $Id: Version.map 2574 2012-09-11 15:11:59Z jkoshy $
 */

R1.0 {
global:
	elftc_bfd_find_target;
	elftc_bfd_target_byteorder;
	elftc_bfd_target_class;
	elftc_bfd_target_flavor;
	elftc_bfd_target_machine;
	elftc_copyfile;
	elftc_demangle;
	elftc_set_timestamps;
	elftc_version;
local:
	*;
};
OpenPOWER on IntegriCloud