Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/elftoolchain/libelftc/Version.map
39478 views
/*
 * $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:
	*;
};