Lines Matching defs:sub

3176   bfd *sub;
3178 for (sub = info->input_bfds; sub != NULL; sub = sub->link.next)
3185 if (sub->xvec != info->output_bfd->xvec)
3190 for (o = sub->sections; o != NULL; o = o->next)
3199 for (o = sub->sections; o != NULL; o = o->next)
3210 for (o = sub->sections; o != NULL; o = o->next)
3215 if (sub->xvec != info->output_bfd->xvec
3829 bfd *sub;
3920 for (sub = info->input_bfds; sub != NULL; sub = sub->link.next)
3924 for (o = sub->sections; o != NULL; o = o->next)
4079 bfd *sub;
4115 for (sub = info->input_bfds; sub != NULL; sub = sub->link.next)
4126 if (sub->xvec != info->output_bfd->xvec)
4129 if ((sub->flags & DYNAMIC) != 0
4133 if (! _bfd_coff_get_external_symbols (sub))
4136 symcount = obj_raw_syment_count (sub);
4137 debug_index = bfd_zalloc (sub, symcount * sizeof (long));
4140 xcoff_data (sub)->debug_indices = debug_index;
4151 subdeb = bfd_get_section_by_name (sub, ".debug");
4159 if (!bfd_malloc_and_get_section (sub, subdeb, &debug_contents))
4164 csectpp = xcoff_data (sub)->csects;
4165 lineno_counts = xcoff_data (sub)->lineno_counts;
4166 sym_hash = obj_xcoff_sym_hashes (sub);
4167 symesz = bfd_coff_symesz (sub);
4168 esym = (bfd_byte *) obj_coff_external_syms (sub);
4179 bfd_coff_swap_sym_in (sub, esym, &sym);
4185 bfd_coff_swap_aux_in (sub, esym + symesz * sym.n_numaux,
4194 && bfd_coff_symname_in_debug (sub, &sym))
4201 keep_p = xcoff_keep_symbol_p (info, sub, &sym, &aux,
4250 if (! _bfd_coff_free_symbols (sub))
6957 bfd *sub;
7250 for (sub = info->input_bfds; sub != NULL; sub = sub->link.next)
7254 sub->output_has_begun = false;
7255 sz = obj_raw_syment_count (sub);
7305 sub = p->u.indirect.section->owner;
7306 if (! sub->output_has_begun)
7308 if (sub == xcoff_hash_table (info)->params->stub_bfd)
7314 if (! xcoff_link_input_bfd (&flinfo, sub))
7317 (_("Unable to link input file: %s"), sub->filename);
7322 sub->output_has_begun = true;