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

References

tools/gold/gold-plugin.cpp
   85     if (get_input_file(Handle, File.get()) != LDPS_OK)
   92       if (release_input_file(Handle) != LDPS_OK)
  370       if (callback(claim_file_hook) != LDPS_OK)
  379       if (callback(all_symbols_read_hook) != LDPS_OK)
  388       if (callback(cleanup_hook) != LDPS_OK)
  442     return LDPS_OK;
  453   return LDPS_OK;
  502     if (get_view(file->handle, &view) != LDPS_OK) {
  541     return *claimed ? LDPS_ERR : LDPS_OK;
  617     if (add_symbols(cf.handle, cf.syms.size(), cf.syms.data()) != LDPS_OK) {
  628     if (get_wrap_symbols(&count, &wrap_symbols) != LDPS_OK) {
  646   return LDPS_OK;
  662   if (status != LDPS_OK)
  666   if (get_view(F.handle, &View) != LDPS_OK)
  779   if (add_input_file(Filename.c_str()) != LDPS_OK)
 1079     return LDPS_OK;
 1089     return LDPS_OK;
 1102       set_extra_library_path(options::extra_library_path.c_str()) != LDPS_OK)
 1105   return LDPS_OK;
 1143   return LDPS_OK;