Home | History | Annotate | Download | only in ld

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. */
265 /* Can't add symbols except as belonging to claimed files. */
497 onclaim_file (const struct ld_plugin_input_file *file, int *claimed)
530 *claimed = (claimfile != 0);
536 Claimed: %s [@%ld/%ld]", file->name,
539 claimfile->claimed = true;