• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:target_index

88      target_index field.  */
1023 into reloc_info using the section target_index. */
1039 reloc_info[o->target_index].relocs =
1043 reloc_info[o->target_index].csects = bfd_zmalloc (amt);
1044 if (reloc_info[o->target_index].csects == NULL)
1057 reloc_info[o->target_index].linenos = linenos;
1166 linpstart = (reloc_info[enclosing->target_index].linenos
1177 linpend = (reloc_info[enclosing->target_index].linenos
1315 relocs = reloc_info[enclosing->target_index].relocs;
1386 reloc_info[enclosing->target_index].csects;
1456 relocs = reloc_info[enclosing->target_index].relocs;
1461 rel_csect = (reloc_info[enclosing->target_index].csects
1837 rel = reloc_info[o->target_index].relocs;
1838 rel_csect = reloc_info[o->target_index].csects;
1904 free (reloc_info[o->target_index].csects);
1905 reloc_info[o->target_index].csects = NULL;
1925 if (reloc_info[o->target_index].linenos != NULL)
1927 free (reloc_info[o->target_index].linenos);
1928 reloc_info[o->target_index].linenos = NULL;
1943 if (reloc_info[o->target_index].csects != NULL)
1944 free (reloc_info[o->target_index].csects);
1945 if (reloc_info[o->target_index].linenos != NULL)
1946 free (reloc_info[o->target_index].linenos);
3518 ldsym->l_scnum = (*csectpp)->output_section->target_index;
3582 /* Fill in snentry now that we know the target_index. */
3588 h->root.u.def.section->output_section->target_index;
3679 (*csectpp)->output_section->target_index;
3792 isym.n_scnum = (*csectpp)->output_section->target_index;
4284 int target_index;
4293 target_index = o->output_section->target_index;
4297 (finfo->section_info[target_index].relocs
4315 rel_hash = (finfo->section_info[target_index].rel_hashes
4365 si = finfo->section_info + target_index;
4527 ldrel.l_rsecnm = o->output_section->target_index;
4651 ldsym->l_scnum = sec->output_section->target_index;
4776 oindx = osec->target_index;
4840 irsym.n_scnum = osec->target_index;
4913 oindx = osec->target_index;
4926 irel->r_symndx = esec->output_section->target_index;
4988 irel->r_symndx = tsec->output_section->target_index;
5077 isym.n_scnum = h->root.u.def.section->output_section->target_index;
5099 isym.n_scnum = h->root.u.c.p->section->output_section->target_index;
5253 irel = (finfo->section_info[output_section->target_index].relocs
5255 rel_hash_ptr = (finfo->section_info[output_section->target_index].rel_hashes
5320 ldrel.l_rsecnm = output_section->target_index;
5487 o->target_index = indx;
5539 the target_index fields are 1 based. */
5590 finfo.section_info[o->target_index].relocs = bfd_malloc (amt);
5594 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt);
5596 if (finfo.section_info[o->target_index].relocs == NULL
5597 || finfo.section_info[o->target_index].rel_hashes == NULL)
5786 irel = finfo.section_info[o->target_index].relocs;
5788 rel_hash = finfo.section_info[o->target_index].rel_hashes;
5805 for (toc_rel_hash = finfo.section_info[o->target_index].toc_rel_hashes;
5825 qsort ((void *) finfo.section_info[o->target_index].relocs,
5829 irel = finfo.section_info[o->target_index].relocs;