1{ 2environ; 3__environ; 4 5stdin; 6stdout; 7stderr; 8 9malloc; 10calloc; 11realloc; 12free; 13memalign; 14posix_memalign; 15aligned_alloc; 16malloc_usable_size; 17mallinfo; 18mallinfo2; 19 20timezone; 21daylight; 22tzname; 23__timezone; 24__daylight; 25__tzname; 26 27signgam; 28__signgam; 29 30optarg; 31optind; 32opterr; 33optopt; 34optreset; 35__optreset; 36 37getdate_err; 38 39h_errno; 40 41# Sanitizer requires this symbol to be exposed. 42dlopen_impl; 43 44program_invocation_name; 45program_invocation_short_name; 46__progname; 47__progname_full; 48 49__stack_chk_guard; 50 51exit; 52_Exit; 53}; 54