HomeSort by: relevance | last modified time | path
    Searched defs:linker (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc 32 static LoadedModule *linker = nullptr; variable in namespace:__lsan
59 if (linker == nullptr) {
60 linker = reinterpret_cast<LoadedModule *>(linker_placeholder);
61 *linker = module;
65 "TLS and other allocations originating from linker might be "
67 linker->clear();
68 linker = nullptr;
72 if (linker == nullptr) {
73 VReport(1, "LeakSanitizer: Dynamic linker not found. TLS and other "
74 "allocations originating from linker might be falsely reported
    [all...]
lsan_common_linux.cc 32 static LoadedModule *linker = nullptr; variable in namespace:__lsan
59 if (linker == nullptr) {
60 linker = reinterpret_cast<LoadedModule *>(linker_placeholder);
61 *linker = module;
65 "TLS and other allocations originating from linker might be "
67 linker->clear();
68 linker = nullptr;
72 if (linker == nullptr) {
73 VReport(1, "LeakSanitizer: Dynamic linker not found. TLS and other "
74 "allocations originating from linker might be falsely reported
    [all...]

Completed in 22 milliseconds