Lines Matching defs:claimed
31 int *claimed);
38 /* Struct for recording files to claim / files claimed. */
43 bool claimed;
131 /* The master list of all claimable/claimed files. */
137 /* The last claimed file added to the list, for receiving syms. */
147 claimed. */
284 /* Can't add symbols except as belonging to claimed files. */
561 onclaim_file (const struct ld_plugin_input_file *file, int *claimed)
565 the file should be claimed or not. */
589 claimfile ? "CLAIMED" : "not claimed");
594 *claimed = (claimfile != 0);
597 claimfile->claimed = true;