Lines Matching defs:sub

3165   bfd *sub;
3167 for (sub = info->input_bfds; sub != NULL; sub = sub->link.next)
3174 if (sub->xvec != info->output_bfd->xvec)
3179 for (o = sub->sections; o != NULL; o = o->next)
3188 for (o = sub->sections; o != NULL; o = o->next)
3199 for (o = sub->sections; o != NULL; o = o->next)
3204 if (sub->xvec != info->output_bfd->xvec
3818 bfd *sub;
3909 for (sub = info->input_bfds; sub != NULL; sub = sub->link.next)
3913 for (o = sub->sections; o != NULL; o = o->next)
4068 bfd *sub;
4104 for (sub = info->input_bfds; sub != NULL; sub = sub->link.next)
4115 if (sub->xvec != info->output_bfd->xvec)
4118 if ((sub->flags & DYNAMIC) != 0
4122 if (! _bfd_coff_get_external_symbols (sub))
4125 symcount = obj_raw_syment_count (sub);
4126 debug_index = bfd_zalloc (sub, symcount * sizeof (long));
4129 xcoff_data (sub)->debug_indices = debug_index;
4140 subdeb = bfd_get_section_by_name (sub, ".debug");
4150 if (!bfd_malloc_and_get_section (sub, subdeb, &debug_contents))
4155 csectpp = xcoff_data (sub)->csects;
4156 lineno_counts = xcoff_data (sub)->lineno_counts;
4157 sym_hash = obj_xcoff_sym_hashes (sub);
4158 symesz = bfd_coff_symesz (sub);
4159 esym = (bfd_byte *) obj_coff_external_syms (sub);
4170 bfd_coff_swap_sym_in (sub, esym, &sym);
4176 bfd_coff_swap_aux_in (sub, esym + symesz * sym.n_numaux,
4185 && bfd_coff_symname_in_debug (sub, &sym))
4192 keep_p = xcoff_keep_symbol_p (info, sub, &sym, &aux,
4241 if (! _bfd_coff_free_symbols (sub))
6954 bfd *sub;
7249 for (sub = info->input_bfds; sub != NULL; sub = sub->link.next)
7253 sub->output_has_begun = false;
7254 sz = obj_raw_syment_count (sub);
7304 sub = p->u.indirect.section->owner;
7305 if (! sub->output_has_begun)
7307 if (sub == xcoff_hash_table (info)->params->stub_bfd)
7313 if (! xcoff_link_input_bfd (&flinfo, sub))
7316 (_("Unable to link input file: %s"), sub->filename);
7321 sub->output_has_begun = true;