Searched refs:target_index (Results 1 - 25 of 33) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Dxcofflink.c86 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]
5071 int target_index; local
[all...]
H A Dcofflink.c767 the target_index fields are 1 based. */
813 finfo.section_info[o->target_index].relocs = bfd_malloc (amt);
816 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt);
817 if (finfo.section_info[o->target_index].relocs == NULL
818 || finfo.section_info[o->target_index].rel_hashes == NULL)
1027 irel = finfo.section_info[o->target_index].relocs;
1029 rel_hash = finfo.section_info[o->target_index].rel_hashes;
1322 ? (finfo->section_info[ a->output_section->target_index ].relocs + a->output_section->reloc_count)
1778 isym.n_scnum = (*secpp)->output_section->target_index;
1795 isym.n_scnum = (*secpp)->output_section->target_index;
2317 int target_index; local
[all...]
H A Doasys.c843 sscanf (newsect->name, "%u", &newsect->target_index);
997 symbol.relb = RELOCATION_TYPE_REL | g->section->output_section->target_index;
1057 out.relb = RELOCATION_TYPE_REL | s->target_index;
1160 processed_data.relb = s->target_index | RELOCATION_TYPE_REL;
1240 rel_byte |= r->section->output_section->target_index;
1255 sym->section->output_section->target_index;
H A Di386lynx.c188 r_index = output_section->target_index;
273 r_index = output_section->target_index;
H A Daout-cris.c199 r_index = output_section->target_index;
H A Dcoffcode.h794 if (isym.n_scnum == section->target_index)
3087 target_index values right. */
3092 int target_index;
3116 assign target_index values. */
3117 target_index = 1;
3136 current->target_index = 1;
3139 current->target_index = target_index++;
3147 /* Set the target_index field. */ variable
3148 int target_index;
3091 int target_index; variable
[all...]
H A Dversados.c287 sec->target_index = scn;
703 EDATA (abfd, section->target_index).contents + offset,
816 if (!EDATA (abfd, section->target_index).donerel)
818 EDATA (abfd, section->target_index).donerel = 1;
H A Dcoffgen.c78 make_a_section_from_file (abfd, hdr, target_index)
81 unsigned int target_index;
146 return_section->target_index = target_index;
343 if (answer->target_index == index)
629 coff_symbol_ptr->symbol.section->output_section->target_index;
980 symbol->section->output_section->target_index;
1068 symbol->section->output_section->target_index;
2478 symbol->section->output_section->target_index;
H A Dcoff-ppc.c2367 the target_index fields are 1 based. */
2416 finfo.section_info[o->target_index].relocs =
2420 finfo.section_info[o->target_index].rel_hashes =
2422 if (finfo.section_info[o->target_index].relocs == NULL
2423 || finfo.section_info[o->target_index].rel_hashes == NULL)
2632 irel = finfo.section_info[o->target_index].relocs;
2634 rel_hash = finfo.section_info[o->target_index].rel_hashes;
H A Dcoff-i960.c347 isym.n_scnum = o->target_index;
600 irel->r_symndx = h->root.u.def.section->output_section->target_index - 1;
H A Daout-ns32k.c342 r_index = output_section->target_index;
H A Dpeicode.h582 H_PUT_16 (vars->abfd, section->target_index, esym->e_scnum);
596 ent->u.syment.n_scnum = section->target_index;
662 sec->target_index = vars->sec_index ++;
H A Dsom.c2029 subspace_asect->target_index = bfd_tell (abfd) - sizeof (subspace);
2160 subspace_sections[i]->target_index = i;
2600 if ((*subspace1)->target_index < (*subspace2)->target_index)
2602 else if ((*subspace2)->target_index < (*subspace1)->target_index)
3615 subsection->target_index = total_subspaces++;
3680 subsection->target_index = total_subspaces++;
4160 info->symbol_info = sym->section->target_index;
4368 if (section->target_index
[all...]
H A Daout-arm.c452 r_index = output_section->target_index;
H A Dcoff-sh.c830 if (sym.n_scnum != 0 && sym.n_scnum != sec->target_index)
1172 && sym.n_scnum == sec->target_index
1393 && sym.n_scnum == sec->target_index
1450 if (isym.n_scnum == sec->target_index
H A Dcoff64-rs6000.c1001 internal_a.o_sntext = text_sec->target_index;
1012 internal_a.o_sndata = data_sec->target_index;
1023 internal_a.o_snloader = loader_sec->target_index;
1027 internal_a.o_snbss = bss_sec->target_index;
H A DpeXXigen.c169 in->n_scnum = sec->target_index;
182 if (unused_section_number <= sec->target_index)
183 unused_section_number = sec->target_index + 1;
204 sec->target_index = unused_section_number;
H A Driscix.c371 r_index = output_section->target_index;
H A Dpdp11.c1397 newsect->target_index = N_TEXT;
1405 newsect->target_index = N_DATA;
1413 newsect->target_index = N_BSS;
2092 r_index = output_section->target_index;
4838 r_index = pr->u.section->target_index;
H A Daoutx.h1244 newsect->target_index = N_TEXT;
1251 newsect->target_index = N_DATA;
1258 newsect->target_index = N_BSS;
2121 r_index = output_section->target_index;
2202 r_index = output_section->target_index;
5637 r_index = pr->u.section->target_index;
H A Delf.c2646 elf_section_syms; If called for "ld -r", use target_index. */
2650 symindx = sec->target_index;
3755 if (sec1->target_index - sec2->target_index != 0)
3756 return sec1->target_index - sec2->target_index;
3777 return sec1->target_index - sec2->target_index;
H A Dbout.c882 r_idx = output_section->target_index;
H A Dcoff-rs6000.c298 ox->sntoc = sec->output_section->target_index;
308 ox->snentry = sec->output_section->target_index;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcoffread.c259 if (sect->target_index == args->targ_index)
H A Dxcoffread.c226 /* Translate from a COFF section number (target_index) to a SECT_OFF_*
246 if (sect->target_index == args->targ_index)

Completed in 388 milliseconds

12