Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
compiler-rt/test/asan/TestCases/Windows/dll_host.cpp
Show All 22 Lines | |||||
// RUN: > %t.imports1 | // RUN: > %t.imports1 | ||||
// | // | ||||
// Add functions interecepted in asan_malloc.win.cpp and asan_win.cpp. | // Add functions interecepted in asan_malloc.win.cpp and asan_win.cpp. | ||||
// RUN: grep '[I]MPORT:' %s | sed -e 's/.*[I]MPORT: //' > %t.imports2 | // RUN: grep '[I]MPORT:' %s | sed -e 's/.*[I]MPORT: //' > %t.imports2 | ||||
// IMPORT: __asan_wrap_HeapAlloc | // IMPORT: __asan_wrap_HeapAlloc | ||||
// IMPORT: __asan_wrap_HeapFree | // IMPORT: __asan_wrap_HeapFree | ||||
// IMPORT: __asan_wrap_HeapReAlloc | // IMPORT: __asan_wrap_HeapReAlloc | ||||
// IMPORT: __asan_wrap_HeapSize | // IMPORT: __asan_wrap_HeapSize | ||||
// IMPORT: __asan_wrap_GlobalAlloc | |||||
// IMPORT: __asan_wrap_GlobalFree | |||||
// IMPORT: __asan_wrap_GlobalReAlloc | |||||
// IMPORT: __asan_wrap_GlobalSize | |||||
// IMPORT: __asan_wrap_LocalAlloc | |||||
// IMPORT: __asan_wrap_LocalFree | |||||
// IMPORT: __asan_wrap_LocalReAlloc | |||||
// IMPORT: __asan_wrap_LocalSize | |||||
// IMPORT: __asan_wrap_CreateThread | // IMPORT: __asan_wrap_CreateThread | ||||
// IMPORT: __asan_wrap_RaiseException | // IMPORT: __asan_wrap_RaiseException | ||||
// IMPORT: __asan_wrap_RtlRaiseException | // IMPORT: __asan_wrap_RtlRaiseException | ||||
// IMPORT: __asan_wrap_SetUnhandledExceptionFilter | // IMPORT: __asan_wrap_SetUnhandledExceptionFilter | ||||
// IMPORT: __asan_wrap_RtlSizeHeap | // IMPORT: __asan_wrap_RtlSizeHeap | ||||
// IMPORT: __asan_wrap_RtlAllocateHeap | // IMPORT: __asan_wrap_RtlAllocateHeap | ||||
// IMPORT: __asan_wrap_RtlReAllocateHeap | // IMPORT: __asan_wrap_RtlReAllocateHeap | ||||
// IMPORT: __asan_wrap_RtlFreeHeap | // IMPORT: __asan_wrap_RtlFreeHeap | ||||
▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines |