summaryrefslogtreecommitdiff
path: root/libexec/ld.so/Symbols.map
blob: 795caac610892706c63b1ca827efac74aad47864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
	global:
		/* actual exports */
		dl_iterate_phdr;
		dladdr;
		dlclose;
		dlctl;
		dlerror;
		dlopen;
		dlsym;
		environ;
		__progname;

		/* alias in reserved namespace for libpthread to use */
		_dlctl;

		/* TLS related bits */
		_dl_allocate_tib;
		_dl_free_tib;

		/* looked up by gdb */
		_dl_bind;
		_dl_debug_state;

	local:
		*;
};