1 //===-- msan_dl.h ---------------------------------------------------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file is a part of MemorySanitizer.
11 // Helper functions for unpoisoning results of dladdr and dladdr1.
12 //===----------------------------------------------------------------------===//
18 #include "sanitizer_common/sanitizer_common.h"
22 void UnpoisonDllAddrInfo(void *info
);
25 void UnpoisonDllAddr1ExtraInfo(void **extra_info
, int flags
);