Lines Matching refs:tf
12423 struct flag_info_list *tf = flaginfo->flag_list;
12427 for (tf = flaginfo->flag_list; tf != NULL; tf = tf->next)
12435 flagword hexval = (*lookup) ((char *) tf->name);
12439 if (tf->with == with_flags)
12441 else if (tf->with == without_flags)
12443 tf->valid = TRUE;
12449 if (strcmp (tf->name, elf_flags_to_names[i].flag_name) == 0)
12451 if (tf->with == with_flags)
12453 else if (tf->with == without_flags)
12455 tf->valid = TRUE;
12459 if (!tf->valid)
12462 (_("Unrecognized INPUT_SECTION_FLAG %s\n"), tf->name);