reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/gold/gold-plugin.cpp
  549   cf.handle = file->handle;
  556   cf.leader_handle = LeaderHandle->second;
  559   cf.filesize = file->filesize;
  563   cf.name = file->name;
  565     cf.name += ".llvm." + std::to_string(file->offset) + "." +
  569     cf.syms.push_back(ld_plugin_symbol());
  570     ld_plugin_symbol &sym = cf.syms.back();
  616   if (!cf.syms.empty()) {
  617     if (add_symbols(cf.handle, cf.syms.size(), cf.syms.data()) != LDPS_OK) {
  617     if (add_symbols(cf.handle, cf.syms.size(), cf.syms.data()) != LDPS_OK) {
  617     if (add_symbols(cf.handle, cf.syms.size(), cf.syms.data()) != LDPS_OK) {