Files
gcc-os2/libssp/ssp.map
Dmitriy Kuminov fbf7869a1b vendor: Import gcc-9_2_0-release.
Source URL:    git://gcc.gnu.org/git/gcc.git
Source Commit: 3e7b85061947bdc7c7465743ba90734566860821
2019-11-18 21:50:01 +03:00

23 lines
365 B
Plaintext

LIBSSP_1.0 {
global:
__stack_chk_fail;
__stack_chk_guard;
__chk_fail;
__gets_chk;
__memcpy_chk;
__memmove_chk;
__mempcpy_chk;
__memset_chk;
__snprintf_chk;
__sprintf_chk;
__stpcpy_chk;
__strcat_chk;
__strcpy_chk;
__strncat_chk;
__strncpy_chk;
__vsnprintf_chk;
__vsprintf_chk;
local:
*;
};