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

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc 32 static LoadedModule *linker = nullptr; member 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...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common_linux.cpp 32 static LoadedModule *linker = nullptr; member 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...]
  /src/external/bsd/pcc/dist/pcc/cc/driver/
driver.c 69 const char *linker; variable
466 warning("unknown suffix %s, passing file down to linker",
507 strlist_prepend(&linker_flags, find_file(linker, &progdirs, X_OK));
  /src/external/gpl3/binutils/dist/bfd/
libecoff.h 115 linker. */
132 /* A mapping from external symbol numbers to entries in the linker
140 /* TRUE if this BFD was written by the backend linker. */
141 bool linker; member in struct:ecoff_tdata
210 /* ECOFF linker hash table entries. */
227 /* ECOFF linker hash table. */
  /src/external/gpl3/binutils.old/dist/bfd/
libecoff.h 113 linker. */
130 /* A mapping from external symbol numbers to entries in the linker
138 /* TRUE if this BFD was written by the backend linker. */
139 bool linker; member in struct:ecoff_tdata
208 /* ECOFF linker hash table entries. */
225 /* ECOFF linker hash table. */

Completed in 25 milliseconds