Home | History | Annotate | Download | only in ld

Lines Matching refs:claimed

29 				int *claimed);
36 /* Struct for recording files to claim / files claimed. */
41 bfd_boolean claimed;
125 /* The master list of all claimable/claimed files. */
131 /* The last claimed file added to the list, for receiving syms. */
255 /* Can't add symbols except as belonging to claimed files. */
522 onclaim_file (const struct ld_plugin_input_file *file, int *claimed)
536 claimfile ? "CLAIMED" : "not claimed");
541 *claimed = (claimfile != 0);
544 claimfile->claimed = TRUE;