1/* 2 * This only needs to contain AEABI symbols that are not listed in 3 * symbol maps from other parts of libc (i.e., not found in 4 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...). 5 */ 6FBSDprivate_1.0 { 7 __aeabi_atexit; 8 9 __aeabi_memclr; 10 __aeabi_memclr4; 11 __aeabi_memclr8; 12 __aeabi_memcmp; 13 __aeabi_memcmp4; 14 __aeabi_memcmp8; 15 __aeabi_memcpy; 16 __aeabi_memcpy4; 17 __aeabi_memcpy8; 18 __aeabi_memmove; 19 __aeabi_memmove4; 20 __aeabi_memmove8; 21 __aeabi_memset; 22 __aeabi_memset4; 23 __aeabi_memset8; 24 25 /* 26 * A workaround for DEFINE_AEABI_FUNCTION_ALIAS() bug. 27 * - see aeabi_int_div.S 28 */ 29 __aeabi_idiv; 30 __aeabi_uidiv; 31}; 32