HomeSort by relevance Sort by last modified time
    Searched refs:comdat_key (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.27/ld/
testplug.c 241 sym->comdat_key = malloc (strlen (colon5 + 1) + 1);
242 if (!sym->comdat_key)
244 strcpy (sym->comdat_key, colon5 + 1);
247 sym->comdat_key = 0;
testplug3.c 244 sym->comdat_key = malloc (strlen (colon5 + 1) + 1);
245 if (!sym->comdat_key)
247 strcpy (sym->comdat_key, colon5 + 1);
250 sym->comdat_key = 0;
testplug2.c 245 sym->comdat_key = malloc (strlen (colon5 + 1) + 1);
246 if (!sym->comdat_key)
248 strcpy (sym->comdat_key, colon5 + 1);
251 sym->comdat_key = 0;
testplug4.c 245 sym->comdat_key = malloc (strlen (colon5 + 1) + 1);
246 if (!sym->comdat_key)
248 strcpy (sym->comdat_key, colon5 + 1);
251 sym->comdat_key = 0;
plugin.c 375 if (ldsym->comdat_key)
377 char *name = concat (".gnu.linkonce.t.", ldsym->comdat_key,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h 93 char *comdat_key; member in struct:ld_plugin_symbol
  /toolchain/binutils/binutils-2.27/include/
plugin-api.h 93 char *comdat_key; member in struct:ld_plugin_symbol
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 318 sym.comdat_key = NULL;
330 sym.comdat_key = sym.name;
  /toolchain/binutils/binutils-2.27/gold/
plugin.cc 1034 // Return TRUE if the comdat group with key COMDAT_KEY from this object
1038 Pluginobj::include_comdat_group(std::string comdat_key, Layout* layout)
1041 this->comdat_map_.insert(std::make_pair(comdat_key, false));
1046 ins.first->second = layout->find_or_add_kept_section(comdat_key,
1160 if (isym->comdat_key != NULL
1161 && isym->comdat_key[0] != '\0'
1162 && !this->include_comdat_group(isym->comdat_key, layout))
    [all...]
plugin.h 416 // Return TRUE if the comdat group with key COMDAT_KEY from this object
419 include_comdat_group(std::string comdat_key, Layout* layout);
  /external/llvm/tools/gold/
gold-plugin.cpp 582 sym.comdat_key = nullptr;
589 sym.comdat_key = strdup(C->getName().str().c_str());
640 free(Sym.comdat_key);
642 Sym.comdat_key = nullptr;
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_test.c 378 syms[nsyms].comdat_key = is_comdat ? syms[nsyms].name : NULL;

Completed in 1552 milliseconds