Lines Matching defs:target_index

86      target_index field.  */
1111 into reloc_info using the section target_index. */
1128 reloc_info[o->target_index].relocs =
1133 reloc_info[o->target_index].csects = (asection **) bfd_zmalloc (amt);
1134 if (reloc_info[o->target_index].csects == NULL)
1148 reloc_info[o->target_index].linenos = linenos;
1260 linpstart = (reloc_info[enclosing->target_index].linenos
1271 linpend = (reloc_info[enclosing->target_index].linenos
1410 relocs = reloc_info[enclosing->target_index].relocs;
1483 reloc_info[enclosing->target_index].csects;
1556 relocs = reloc_info[enclosing->target_index].relocs;
1561 rel_csect = (reloc_info[enclosing->target_index].csects
1951 rel = reloc_info[o->target_index].relocs;
1952 rel_csect = reloc_info[o->target_index].csects;
2019 free (reloc_info[o->target_index].csects);
2020 reloc_info[o->target_index].csects = NULL;
2040 if (reloc_info[o->target_index].linenos != NULL)
2042 free (reloc_info[o->target_index].linenos);
2043 reloc_info[o->target_index].linenos = NULL;
2058 if (reloc_info[o->target_index].csects != NULL)
2059 free (reloc_info[o->target_index].csects);
2060 if (reloc_info[o->target_index].linenos != NULL)
2061 free (reloc_info[o->target_index].linenos);
3702 o->target_index = indx;
3754 the target_index fields are 1 based. */
3805 finfo.section_info[o->target_index].relocs =
3810 finfo.section_info[o->target_index].rel_hashes =
3813 if (finfo.section_info[o->target_index].relocs == NULL
3814 || finfo.section_info[o->target_index].rel_hashes == NULL)
4005 irel = finfo.section_info[o->target_index].relocs;
4007 rel_hash = finfo.section_info[o->target_index].rel_hashes;
4024 for (toc_rel_hash = finfo.section_info[o->target_index].toc_rel_hashes;
4044 qsort ((PTR) finfo.section_info[o->target_index].relocs,
4048 irel = finfo.section_info[o->target_index].relocs;
4307 ldsym->l_scnum = (*csectpp)->output_section->target_index;
4371 /* Fill in snentry now that we know the target_index. */
4377 h->root.u.def.section->output_section->target_index;
4468 (*csectpp)->output_section->target_index;
4582 isym.n_scnum = (*csectpp)->output_section->target_index;
5077 int target_index;
5086 target_index = o->output_section->target_index;
5090 (finfo->section_info[target_index].relocs
5108 rel_hash = (finfo->section_info[target_index].rel_hashes
5159 si = finfo->section_info + target_index;
5321 ldrel.l_rsecnm = o->output_section->target_index;
5433 ldsym->l_scnum = sec->output_section->target_index;
5580 oindx = osec->target_index;
5649 irsym.n_scnum = osec->target_index;
5724 oindx = osec->target_index;
5737 irel->r_symndx = esec->output_section->target_index;
5799 irel->r_symndx = tsec->output_section->target_index;
5888 isym.n_scnum = h->root.u.def.section->output_section->target_index;
5910 isym.n_scnum = h->root.u.c.p->section->output_section->target_index;
6071 irel = (finfo->section_info[output_section->target_index].relocs
6073 rel_hash_ptr = (finfo->section_info[output_section->target_index].rel_hashes
6138 ldrel.l_rsecnm = output_section->target_index;