a85fe12e36
Sponsored by: The FreeBSD Foundation
19 lines
296 B
Plaintext
19 lines
296 B
Plaintext
/*
|
|
* $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:
|
|
*;
|
|
};
|