[dfsan] Add origin ABI wrappers
authorJianzhou Zhao <jianzhouzh@google.com>
Wed, 17 Mar 2021 16:22:01 +0000 (16:22 +0000)
committerJianzhou Zhao <jianzhouzh@google.com>
Fri, 19 Mar 2021 16:23:25 +0000 (16:23 +0000)
commit1fe042041c451760437d3e4285820f4581f0b744
tree3c6b9d5e9b6eca48cb6be5aa91022f75e3cd217b
parentfb4f6057a637cabc687f7457d20a29da2c890ec0
[dfsan] Add origin ABI wrappers

supported: dl_get_tls_static_info, calloc, clock_gettime,
dfsan_set_write_callback, dl_iterato_phdr, dlopen, memcpy,
memmove, memset, pread, read, strcat, strdup, strncpy

This is a part of https://reviews.llvm.org/D95835.

Reviewed By: morehouse

Differential Revision: https://reviews.llvm.org/D98790
compiler-rt/lib/dfsan/dfsan.cpp
compiler-rt/lib/dfsan/dfsan.h
compiler-rt/lib/dfsan/dfsan_custom.cpp
compiler-rt/test/dfsan/custom.cpp