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

12

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dxcofflink.c88 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]
4278 int target_index; local
[all...]
H A Dcofflink.c769 the target_index fields are 1 based. */
815 finfo.section_info[o->target_index].relocs = bfd_malloc (amt);
818 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt);
819 if (finfo.section_info[o->target_index].relocs == NULL
820 || finfo.section_info[o->target_index].rel_hashes == NULL)
1029 irel = finfo.section_info[o->target_index].relocs;
1031 rel_hash = finfo.section_info[o->target_index].rel_hashes;
1320 ? (finfo->section_info[ a->output_section->target_index ].relocs + a->output_section->reloc_count)
1773 isym.n_scnum = (*secpp)->output_section->target_index;
1790 isym.n_scnum = (*secpp)->output_section->target_index;
2314 int target_index; local
[all...]
H A Daout-cris.c194 r_index = output_section->target_index;
H A Delf-vxworks.c188 int this_idx = sec->output_section->target_index;
H A Dversados.c248 sec->target_index = scn;
657 EDATA (abfd, section->target_index).contents + offset,
759 if (!EDATA (abfd, section->target_index).donerel)
761 EDATA (abfd, section->target_index).donerel = 1;
H A Di386lynx.c188 r_index = output_section->target_index;
273 r_index = output_section->target_index;
H A Dcoffcode.h784 if (isym.n_scnum == section->target_index)
3038 target_index values right. */
3043 int target_index;
3067 assign target_index values. */
3068 target_index = 1;
3088 current->target_index = 1;
3091 current->target_index = target_index++;
3098 /* Set the target_index field. */ local
3099 int target_index;
3042 int target_index; local
[all...]
H A Doasys.c702 sscanf (newsect->name, "%u", &newsect->target_index);
826 symbol.relb = RELOCATION_TYPE_REL | g->section->output_section->target_index;
885 out.relb = RELOCATION_TYPE_REL | s->target_index;
969 processed_data.relb = s->target_index | RELOCATION_TYPE_REL;
H A Dcoff-ppc.c2175 the target_index fields are 1 based. */
2224 finfo.section_info[o->target_index].relocs =
2228 finfo.section_info[o->target_index].rel_hashes =
2230 if (finfo.section_info[o->target_index].relocs == NULL
2231 || finfo.section_info[o->target_index].rel_hashes == NULL)
2440 irel = finfo.section_info[o->target_index].relocs;
2442 rel_hash = finfo.section_info[o->target_index].rel_hashes;
H A Dcoff-i960.c347 isym.n_scnum = o->target_index;
601 irel->r_symndx = h->root.u.def.section->output_section->target_index - 1;
H A Dcoffgen.c52 unsigned int target_index)
117 return_section->target_index = target_index;
310 if (answer->target_index == index)
586 coff_symbol_ptr->symbol.section->output_section->target_index;
919 symbol->section->output_section->target_index;
1002 symbol->section->output_section->target_index;
2299 symbol->section->output_section->target_index;
50 make_a_section_from_file(bfd *abfd, struct internal_scnhdr *hdr, unsigned int target_index) argument
H A Daout-ns32k.c312 r_index = output_section->target_index;
H A Dpeicode.h561 H_PUT_16 (vars->abfd, section->target_index, esym->e_scnum);
569 ent->u.syment.n_scnum = section->target_index;
621 sec->target_index = vars->sec_index ++;
H A Daout-arm.c417 r_index = output_section->target_index;
H A Dsom.c1900 subspace_asect->target_index = bfd_tell (abfd) - sizeof (subspace);
2031 subspace_sections[i]->target_index = i;
2455 if ((*subspace1)->target_index < (*subspace2)->target_index)
2457 else if ((*subspace2)->target_index < (*subspace1)->target_index)
3462 subsection->target_index = total_subspaces++;
3527 subsection->target_index = total_subspaces++;
4004 info->symbol_info = sym->section->target_index;
4207 if (section->target_index
[all...]
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.c1000 internal_a.o_sntext = text_sec->target_index;
1011 internal_a.o_sndata = data_sec->target_index;
1022 internal_a.o_snloader = loader_sec->target_index;
1026 internal_a.o_snbss = bss_sec->target_index;
H A DpeXXigen.c142 in->n_scnum = sec->target_index;
156 if (unused_section_number <= sec->target_index)
157 unused_section_number = sec->target_index + 1;
178 sec->target_index = unused_section_number;
H A Driscix.c346 r_index = output_section->target_index;
H A Daoutx.h1195 newsect->target_index = N_TEXT;
1200 newsect->target_index = N_DATA;
1205 newsect->target_index = N_BSS;
1958 r_index = output_section->target_index;
2038 r_index = output_section->target_index;
3632 r_index = pr->u.section->target_index;
H A Dpdp11.c1117 newsect->target_index = N_TEXT;
1123 newsect->target_index = N_DATA;
1129 newsect->target_index = N_BSS;
3024 r_index = pr->u.section->target_index;
H A Delf.c2920 elf_section_syms; If called for "ld -r", use target_index. */
2924 symindx = sec->target_index;
4181 if (sec1->target_index - sec2->target_index != 0)
4182 return sec1->target_index - sec2->target_index;
4203 return sec1->target_index - sec2->target_index;
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dcoffgrok.c139 int i = section->target_index;
186 int i = section->target_index;
/macosx-10.10/emacs-93/emacs/src/
H A Dxfaces.c1594 load_color (f, face, name, target_index)
1598 enum lface_attribute_index target_index;
1603 xassert (target_index == LFACE_FOREGROUND_INDEX
1604 || target_index == LFACE_BACKGROUND_INDEX
1605 || target_index == LFACE_UNDERLINE_INDEX
1606 || target_index == LFACE_OVERLINE_INDEX
1607 || target_index == LFACE_STRIKE_THROUGH_INDEX
1608 || target_index == LFACE_BOX_INDEX);
1616 switch (target_index)
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py682 target_index = ArgumentStringToInt(cmd_args[0])
688 if unsigned(current_zalloc.za_element) != 0 and (unsigned(current_zalloc.za_trace_index) == unsigned(target_index)):

Completed in 407 milliseconds

12