[dfsan] Add a few easy functions to the ABI list.
llvm-svn: 190653
This commit is contained in:
parent
3ea5886d14
commit
cdec0a8ad2
|
|
@ -42,6 +42,10 @@ fun:ispunct=functional
|
|||
fun:isspace=functional
|
||||
fun:tolower=functional
|
||||
fun:toupper=functional
|
||||
fun:exp=functional
|
||||
fun:exp2=functional
|
||||
fun:log=functional
|
||||
fun:sqrt=functional
|
||||
fun:__cxa_atexit=discard
|
||||
fun:open=discard
|
||||
fun:pthread_key_create=discard
|
||||
|
|
@ -72,6 +76,7 @@ fun:fputs=discard
|
|||
fun:fputc=discard
|
||||
fun:fopen=discard
|
||||
fun:fseek=discard
|
||||
fun:lseek=discard
|
||||
fun:ftell=discard
|
||||
fun:fclose=discard
|
||||
fun:dladdr=discard
|
||||
|
|
@ -83,6 +88,11 @@ fun:syscall=discard
|
|||
fun:sem_init=discard
|
||||
fun:sem_post=discard
|
||||
fun:sem_wait=discard
|
||||
fun:sched_yield=discard
|
||||
fun:uselocale=discard
|
||||
fun:rand=discard
|
||||
fun:random=discard
|
||||
fun:sleep=discard
|
||||
|
||||
fun:stat=custom
|
||||
fun:fstat=custom
|
||||
|
|
@ -107,6 +117,7 @@ fun:dl_iterate_phdr=custom
|
|||
|
||||
# TODO: custom
|
||||
fun:snprintf=discard
|
||||
fun:vsnprintf=discard
|
||||
fun:asprintf=discard
|
||||
fun:qsort=discard
|
||||
fun:strtoll=discard
|
||||
|
|
|
|||
Loading…
Reference in New Issue