Lines Matching refs:tf
12408 struct flag_info_list *tf = flaginfo->flag_list; in bfd_elf_lookup_section_flags() local
12412 for (tf = flaginfo->flag_list; tf != NULL; tf = tf->next) in bfd_elf_lookup_section_flags()
12420 flagword hexval = (*lookup) ((char *) tf->name); in bfd_elf_lookup_section_flags()
12424 if (tf->with == with_flags) in bfd_elf_lookup_section_flags()
12426 else if (tf->with == without_flags) in bfd_elf_lookup_section_flags()
12428 tf->valid = TRUE; in bfd_elf_lookup_section_flags()
12434 if (strcmp (tf->name, elf_flags_to_names[i].flag_name) == 0) in bfd_elf_lookup_section_flags()
12436 if (tf->with == with_flags) in bfd_elf_lookup_section_flags()
12438 else if (tf->with == without_flags) in bfd_elf_lookup_section_flags()
12440 tf->valid = TRUE; in bfd_elf_lookup_section_flags()
12444 if (!tf->valid) in bfd_elf_lookup_section_flags()
12447 (_("Unrecognized INPUT_SECTION_FLAG %s\n"), tf->name); in bfd_elf_lookup_section_flags()