Home | History | Annotate | Download | only in bfd

Lines Matching defs:uos_param

3615   struct _uos_param *uos_param = param;
3624 if (fun->sec == uos_param->exclude_input_section
3625 || fun->sec->output_section == uos_param->exclude_output_section)
3629 uos_param->clearing += excluded;
3631 if (RECURSE_UNMARK ? uos_param->clearing : excluded)
3644 uos_param->clearing -= excluded;
4207 struct _uos_param uos_param;
4253 uos_param.exclude_input_section = 0;
4254 uos_param.exclude_output_section
4268 uos_param.exclude_input_section = h->root.u.def.section;
4284 uos_param.clearing = 0;
4285 if ((uos_param.exclude_input_section
4286 || uos_param.exclude_output_section)
4287 && !for_each_node (unmark_overlay_section, info, &uos_param, true))