Home | History | Annotate | Download | only in ld

Lines Matching refs:claimed

42 /* The suffix to append to the name of the real (claimed) object file
411 /* Add symbols from a plugin-claimed input file. */
455 universe of claimed objects. */
499 /* Get the symbol resolution info for a plugin-claimed input file. */
846 plugin_call_claim_file (const struct ld_plugin_input_file *file, int *claimed)
849 *claimed = FALSE;
852 while (curplug && !*claimed)
858 rv = (*curplug->claim_file_handler) (file, claimed);
872 int claimed = 0;
878 if (plugin_call_claim_file (file, &claimed))
883 if (claimed)
892 entry->flags.claimed = TRUE;
900 entry->flags.claimed = FALSE;