opnsense-src/lib/libc/aarch64/sys
Ed Maste 7481f0978a arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVER
When symver is in use these are hidden because they're not listed in
the Symbol.map. Add an explicit .hidden so they are also hidden in the
WITHOUT_SYMVER case.

Reviewed by:	andrew
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D5775
2016-04-14 16:32:27 +00:00
..
__vdso_gettc.c Add support for usermode (vdso-like) gettimeofday(2) and 2015-12-07 12:20:26 +00:00
brk.S arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVER 2016-04-14 16:32:27 +00:00
cerror.S arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVER 2016-04-14 16:32:27 +00:00
Makefile.inc Disable support for compat syscalls on arm64. These symbols were never 2016-04-06 16:09:10 +00:00
pipe.S Add the start of libc and libstand for arm64. Not all of the machine 2015-04-07 09:52:14 +00:00
sbrk.S arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVER 2016-04-14 16:32:27 +00:00
shmat.S Add the start of libc and libstand for arm64. Not all of the machine 2015-04-07 09:52:14 +00:00
sigreturn.S Add the start of libc and libstand for arm64. Not all of the machine 2015-04-07 09:52:14 +00:00
syscall.S Add the start of libc and libstand for arm64. Not all of the machine 2015-04-07 09:52:14 +00:00
vfork.S Add the start of libc and libstand for arm64. Not all of the machine 2015-04-07 09:52:14 +00:00