Newer
Older
UbixOS / lib / libc / aarch64 / Symbol.map
@Charlie Root Charlie Root on 31 Dec 2017 576 bytes More Cleanup
/*
 * $FreeBSD: releng/11.1/lib/libc/aarch64/Symbol.map 300303 2016-05-20 15:04:48Z andrew $
 */

/*
 * This only needs to contain symbols that are not listed in
 * symbol maps from other parts of libc (i.e., not found in
 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
 */
FBSD_1.0 {
	/* PSEUDO syscalls */
	_exit;

	_setjmp;
	_longjmp;
	fabs;
	__flt_rounds;
	fpgetmask;
	fpsetmask;
	__infinity;
	__nan;
	setjmp;
	longjmp;
	sigsetjmp;
	siglongjmp;
	htonl;
	htons;
	ntohl;
	ntohs;
	vfork;
	makecontext;
};

FBSDprivate_1.0 {
	_set_tp;
	_end;
	__makecontext;
};