[PATCH] D73990: [Sanitizers] Get link map on FreeBSD via documented API
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 05:41:19 PST 2020
emaste added inline comments.
================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h:29-30
namespace __sanitizer {
+// FreeBSD's dlopen() returns a pointer to an Obj_Entry structure that
+// incorporates the map structure.
+void *__sanitizer_get_link_map_by_dlopen_handle(void *handle);
----------------
I don't think the comment is applicable now
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73990/new/
https://reviews.llvm.org/D73990
More information about the llvm-commits
mailing list