File: ldscript.map

package info (click to toggle)
beast 0.7.4-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 33,500 kB
  • sloc: ansic: 197,348; cpp: 59,114; sh: 11,030; perl: 2,523; makefile: 2,474; xml: 1,026; lisp: 549; awk: 270; sed: 8
file content (14 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  global:
    extern "C++" {
      Birnet::*; vtable*Birnet::*; typeinfo*Birnet::*;
      Bse::*;    vtable*Bse::*;    typeinfo*Bse::*;
      Sfi::*;    vtable*Sfi::*;    typeinfo*Sfi::*;
    };
    birnet_*;
    bse_*;
    gsl_*;
    sfi_*;
    g_*;
  local: *;
};