Home | History | Annotate | Download | only in bfd

Lines Matching refs:flaginfo

12414 			      struct flag_info *flaginfo,
12419 if (!flaginfo->flags_initialized)
12423 struct flag_info_list *tf = flaginfo->flag_list;
12427 for (tf = flaginfo->flag_list; tf != NULL; tf = tf->next)
12466 flaginfo->flags_initialized = TRUE;
12467 flaginfo->only_with_flags |= with_hex;
12468 flaginfo->not_with_flags |= without_hex;
12471 if ((flaginfo->only_with_flags & sh_flags) != flaginfo->only_with_flags)
12474 if ((flaginfo->not_with_flags & sh_flags) != 0)