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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c 57 static ld_plugin_add_symbols add_symbols = NULL; variable
119 add_symbols = entry->tv_u.tv_add_symbols;
303 if (add_symbols == NULL)
398 (*add_symbols)(file->handle, nsyms, syms);
  /toolchain/binutils/binutils-2.25/gold/
archive.cc 233 // header in the add_symbols routine.
749 Archive::add_symbols(Symbol_table* symtab, Layout* layout, function in class:gold::Archive
983 obj->add_symbols(symtab, sd, layout);
1017 pluginobj->add_symbols(symtab, NULL, layout);
1035 obj->add_symbols(symtab, &sd, layout);
1111 bool added = this->archive_->add_symbols(this->symtab_, this->layout_,
1182 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().
245 add_symbols(Symbol_table*, Layout*, Input_objects*, Mapfile*);
476 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 97 add_symbols(void *handle, int nsyms, const struct ld_plugin_symbol *syms);
257 tv[i].tv_u.tv_add_symbols = add_symbols;
483 // add_symbols callback, we need to create the Pluginobj now.
622 r.u.archive->add_symbols(this->symtab_, this->layout_,
639 (*p)->add_symbols(this->symtab_, this->layout_,
721 // the add_symbols API.
1468 add_symbols(void* handle, int nsyms, const ld_plugin_symbol* syms) function in namespace:gold
    [all...]
object.h 55 // Data to pass from read_symbols() to add_symbols().
596 add_symbols(Symbol_table* symtab, Read_symbols_data* sd, Layout *layout) function in class:gold::Object
769 // at the end of the Add_symbols task.
951 // at the end of the Add_symbols task.
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
plugin.c 133 add_symbols (void * handle, function
235 tv[i].tv_u.tv_add_symbols = add_symbols;
  /external/llvm/tools/gold/
gold-plugin.cpp 104 static ld_plugin_add_symbols add_symbols = nullptr; variable
269 add_symbols = tv->tv_u.tv_add_symbols;
295 if (!add_symbols) {
296 message(LDPL_ERROR, "add_symbols not passed to LLVMgold.");
515 if (add_symbols(cf.handle, cf.syms.size(), cf.syms.data()) != LDPS_OK) {
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 413 add_symbols (void *handle, int nsyms, const struct ld_plugin_symbol *syms) function
729 TVU(add_symbols) = add_symbols;
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 93 pb::Attribute_Symbol* pbSymbol = pbAttr->add_symbols();

Completed in 451 milliseconds