aboutsummaryrefslogtreecommitdiff
path: root/src/linker.lds
blob: a47bc080cce2ab18fccff0522fa2fcbf39968dd5 (plain) (blame)
1
2
3
4
5
6
7
8
BUN_0.7 {
    global:
	napi*;
	__cxa_atexit;
	__cxa_thread_atexit_impl;
    local:
	*;
};