File: symbols.map

package info (click to toggle)
biometryd 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,500 kB
  • sloc: cpp: 10,221; ansic: 191; python: 42; makefile: 20
file content (16 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
global:
    extern "C++" {
        operator*;
        biometry::*;
	typeinfo?for?biometry::*;
	typeinfo?name?for?biometry::*;
	VTT?for?biometry::*;
	virtual?thunk?to?biometry::*;
	vtable?for?biometry::*;
    };
local:
    extern "C++" {
        *;
    };
};