Home | History | Annotate | Download | only in bfd

Lines Matching defs:uos_param

3611   struct _uos_param *uos_param = param;
3620 if (fun->sec == uos_param->exclude_input_section
3621 || fun->sec->output_section == uos_param->exclude_output_section)
3625 uos_param->clearing += excluded;
3627 if (RECURSE_UNMARK ? uos_param->clearing : excluded)
3640 uos_param->clearing -= excluded;
4203 struct _uos_param uos_param;
4249 uos_param.exclude_input_section = 0;
4250 uos_param.exclude_output_section
4264 uos_param.exclude_input_section = h->root.u.def.section;
4280 uos_param.clearing = 0;
4281 if ((uos_param.exclude_input_section
4282 || uos_param.exclude_output_section)
4283 && !for_each_node (unmark_overlay_section, info, &uos_param, true))