xref: /freebsd/lib/libssp/Symbol.map (revision 315ee00f)
1/*
2 */
3
4LIBSSP_1.0 {
5	__chk_fail;
6	__stack_chk_fail;
7	__stack_chk_guard;
8
9	/*
10	 * Currently unsupported: _FORTIFY_SOURCE symbols.  It is believed
11	 * that these have never been used on FreeBSD, as our headers lack the
12	 * support that would have generated references to them.
13	 */
14	__memcpy_chk;
15	__memset_chk;
16	__snprintf_chk;
17	__sprintf_chk;
18	__stpcpy_chk;
19	__strcat_chk;
20	__strcpy_chk;
21	__strncat_chk;
22	__strncpy_chk;
23	__vsnprintf_chk;
24	__vsprintf_chk;
25};
26