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

  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 51 ld_plugin_add_symbols add_symbols = NULL; member in namespace:__anon36456
198 add_symbols = tv->tv_u.tv_add_symbols;
227 if (!add_symbols) {
228 (*message)(LDPL_ERROR, "add_symbols not passed to LLVMgold.");
349 if ((*add_symbols)(cf.handle, cf.syms.size(), &cf.syms[0]) != LDPS_OK) {
  /toolchain/binutils/binutils-2.27/gold/
archive.cc 244 // header in the add_symbols routine.
771 Archive::add_symbols(Symbol_table* symtab, Layout* layout, function in class:gold::Archive
1005 obj->add_symbols(symtab, sd, layout);
1039 pluginobj->add_symbols(symtab, NULL, layout);
1057 obj->add_symbols(symtab, &sd, layout);
1133 bool added = this->archive_->add_symbols(this->symtab_, this->layout_,
1204 Lib_group::add_symbols(Symbol_table* symtab, Layout* layout, function in class:gold::Lib_group
    [all...]
archive.h 58 // The data to pass from read_symbols() to add_symbols().
248 add_symbols(Symbol_table*, Layout*, Input_objects*, Mapfile*);
480 add_symbols(Symbol_table*, Layout*, Input_objects*);
readsyms.cc 42 // If we fail to open the object, then we won't create an Add_symbols
92 // Add_symbols task.
244 // Since this Read_symbols will not create an Add_symbols,
365 workqueue->queue_next(new Add_symbols(this->input_objects_,
404 // need to unlock it before queuing the Add_symbols task,
406 // file. If we queue the Add_symbols task first, it will be
409 // Add_symbols task.
425 workqueue->queue_next(new Add_symbols(this->input_objects_,
559 // Class Add_symbols.
561 Add_symbols::~Add_symbols(
    [all...]
plugin.cc 106 add_symbols(void *handle, int nsyms, const struct ld_plugin_symbol *syms);
278 tv[i].tv_u.tv_add_symbols = add_symbols;
516 // add_symbols callback, we need to create the Pluginobj now.
655 r.u.archive->add_symbols(this->symtab_, this->layout_,
672 (*p)->add_symbols(this->symtab_, this->layout_,
754 // the add_symbols API.
1503 add_symbols(void* handle, int nsyms, const ld_plugin_symbol* syms) function in namespace:gold
    [all...]
object.h 56 // Data to pass from read_symbols() to add_symbols().
655 add_symbols(Symbol_table* symtab, Read_symbols_data* sd, Layout *layout) function in class:gold::Object
833 // at the end of the Add_symbols task.
1020 // at the end of the Add_symbols task.
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_test.c 57 static ld_plugin_add_symbols add_symbols = NULL; variable
120 add_symbols = entry->tv_u.tv_add_symbols;
307 if (add_symbols == NULL)
402 (*add_symbols)(file->handle, nsyms, syms);
  /toolchain/binutils/binutils-2.27/bfd/
plugin.c 135 add_symbols (void * handle, function
238 tv[i].tv_u.tv_add_symbols = add_symbols;
  /system/extras/perfprofd/
perf_data_converter.cc 147 PerfprofdRecord_SymbolInfo_Symbol* symbol = symbol_info->add_symbols();
  /external/llvm/tools/gold/
gold-plugin.cpp 143 static ld_plugin_add_symbols add_symbols = nullptr; variable
343 add_symbols = tv->tv_u.tv_add_symbols;
374 if (!add_symbols) {
375 message(LDPL_ERROR, "add_symbols not passed to LLVMgold.");
596 if (add_symbols(cf.handle, cf.syms.size(), cf.syms.data()) != LDPS_OK) {
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
plugin.c 308 add_symbols hook has been called so that it can be read when linking. */
486 add_symbols (void *handle, int nsyms, const struct ld_plugin_symbol *syms) function
929 TVU(add_symbols) = add_symbols;
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c 250 static int add_symbols = 0;
249 static int add_symbols = 0; variable
    [all...]

Completed in 298 milliseconds