| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | xcofflink.c | 1035 reloc_info[o->target_index].relocs = in xcoff_link_add_symbols() 1039 reloc_info[o->target_index].csects = bfd_zmalloc (amt); in xcoff_link_add_symbols() 1040 if (reloc_info[o->target_index].csects == NULL) in xcoff_link_add_symbols() 1053 reloc_info[o->target_index].linenos = linenos; in xcoff_link_add_symbols() 1162 linpstart = (reloc_info[enclosing->target_index].linenos in xcoff_link_add_symbols() 1173 linpend = (reloc_info[enclosing->target_index].linenos in xcoff_link_add_symbols() 1311 relocs = reloc_info[enclosing->target_index].relocs; in xcoff_link_add_symbols() 1382 reloc_info[enclosing->target_index].csects; in xcoff_link_add_symbols() 1452 relocs = reloc_info[enclosing->target_index].relocs; in xcoff_link_add_symbols() 1457 rel_csect = (reloc_info[enclosing->target_index].csects in xcoff_link_add_symbols() [all …]
|
| D | cofflink.c | 814 finfo.section_info[o->target_index].relocs = bfd_malloc (amt); in _bfd_coff_final_link() 817 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt); in _bfd_coff_final_link() 818 if (finfo.section_info[o->target_index].relocs == NULL in _bfd_coff_final_link() 819 || finfo.section_info[o->target_index].rel_hashes == NULL) in _bfd_coff_final_link() 1028 irel = finfo.section_info[o->target_index].relocs; in _bfd_coff_final_link() 1030 rel_hash = finfo.section_info[o->target_index].rel_hashes; in _bfd_coff_final_link() 1323 … ? (finfo->section_info[ a->output_section->target_index ].relocs + a->output_section->reloc_count) in mark_relocs() 1776 isym.n_scnum = (*secpp)->output_section->target_index; in _bfd_coff_link_input_bfd() 1793 isym.n_scnum = (*secpp)->output_section->target_index; in _bfd_coff_link_input_bfd() 2317 int target_index; in _bfd_coff_link_input_bfd() local [all …]
|
| D | versados.c | 248 sec->target_index = scn; in process_esd() 657 EDATA (abfd, section->target_index).contents + offset, in versados_get_section_contents() 759 if (!EDATA (abfd, section->target_index).donerel) in versados_canonicalize_reloc() 761 EDATA (abfd, section->target_index).donerel = 1; in versados_canonicalize_reloc()
|
| D | coffcode.h | 783 if (isym.n_scnum == section->target_index) in handle_COMDAT() 3034 int target_index; in coff_compute_section_file_positions() local 3059 target_index = 1; in coff_compute_section_file_positions() 3079 current->target_index = 1; in coff_compute_section_file_positions() 3082 current->target_index = target_index++; in coff_compute_section_file_positions() 3090 int target_index; in coff_compute_section_file_positions() local 3092 target_index = 1; in coff_compute_section_file_positions() 3094 current->target_index = target_index++; in coff_compute_section_file_positions() 3714 scnhdr.s_nreloc = current->target_index; in coff_write_object_contents() 3715 scnhdr.s_nlnno = current->target_index; in coff_write_object_contents() [all …]
|
| D | coffgen.c | 52 unsigned int target_index) in make_a_section_from_file() argument 117 return_section->target_index = target_index; in make_a_section_from_file() 310 if (answer->target_index == index) in coff_section_from_bfd_index() 586 coff_symbol_ptr->symbol.section->output_section->target_index; in fixup_symbol_value() 919 symbol->section->output_section->target_index; in coff_write_symbol() 1002 symbol->section->output_section->target_index; in coff_write_alien_symbol() 2299 symbol->section->output_section->target_index; in bfd_coff_set_symbol_class()
|
| D | oasys.c | 698 sscanf (newsect->name, "%u", &newsect->target_index); in oasys_new_section_hook() 822 symbol.relb = RELOCATION_TYPE_REL | g->section->output_section->target_index; in oasys_write_syms() 881 out.relb = RELOCATION_TYPE_REL | s->target_index; in oasys_write_sections() 965 processed_data.relb = s->target_index | RELOCATION_TYPE_REL; in oasys_write_data()
|
| D | i386lynx.c | 187 r_index = output_section->target_index; 272 r_index = output_section->target_index;
|
| D | coff-ppc.c | 2213 finfo.section_info[o->target_index].relocs = 2217 finfo.section_info[o->target_index].rel_hashes = 2219 if (finfo.section_info[o->target_index].relocs == NULL 2220 || finfo.section_info[o->target_index].rel_hashes == NULL) 2429 irel = finfo.section_info[o->target_index].relocs; 2431 rel_hash = finfo.section_info[o->target_index].rel_hashes;
|
| D | aout-cris.c | 194 r_index = output_section->target_index; in MY()
|
| D | coff-i960.c | 347 isym.n_scnum = o->target_index; 601 irel->r_symndx = h->root.u.def.section->output_section->target_index - 1;
|
| D | peicode.h | 544 H_PUT_16 (vars->abfd, section->target_index, esym->e_scnum); in pe_ILF_make_a_symbol() 552 ent->u.syment.n_scnum = section->target_index; in pe_ILF_make_a_symbol() 604 sec->target_index = vars->sec_index ++; in pe_ILF_make_a_section()
|
| D | aout-ns32k.c | 315 r_index = output_section->target_index; in MY_swap_std_reloc_out()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | xcofflink.c | 1125 reloc_info[o->target_index].relocs = 1130 reloc_info[o->target_index].csects = (asection **) bfd_zmalloc (amt); 1131 if (reloc_info[o->target_index].csects == NULL) 1145 reloc_info[o->target_index].linenos = linenos; 1257 linpstart = (reloc_info[enclosing->target_index].linenos 1268 linpend = (reloc_info[enclosing->target_index].linenos 1408 relocs = reloc_info[enclosing->target_index].relocs; 1481 reloc_info[enclosing->target_index].csects; 1554 relocs = reloc_info[enclosing->target_index].relocs; 1559 rel_csect = (reloc_info[enclosing->target_index].csects [all …]
|
| D | cofflink.c | 810 finfo.section_info[o->target_index].relocs = bfd_malloc (amt); in _bfd_coff_final_link() 813 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt); in _bfd_coff_final_link() 814 if (finfo.section_info[o->target_index].relocs == NULL in _bfd_coff_final_link() 815 || finfo.section_info[o->target_index].rel_hashes == NULL) in _bfd_coff_final_link() 1024 irel = finfo.section_info[o->target_index].relocs; in _bfd_coff_final_link() 1026 rel_hash = finfo.section_info[o->target_index].rel_hashes; in _bfd_coff_final_link() 1322 … ? (finfo->section_info[ a->output_section->target_index ].relocs + a->output_section->reloc_count) in mark_relocs() 1778 isym.n_scnum = (*secpp)->output_section->target_index; in _bfd_coff_link_input_bfd() 1795 isym.n_scnum = (*secpp)->output_section->target_index; in _bfd_coff_link_input_bfd() 2316 int target_index; in _bfd_coff_link_input_bfd() local [all …]
|
| D | versados.c | 287 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;
|
| D | coffcode.h | 785 if (isym.n_scnum == section->target_index) 3083 int target_index; local 3108 target_index = 1; 3127 current->target_index = 1; 3130 current->target_index = target_index++; 3139 int target_index; local 3141 target_index = 1; 3143 current->target_index = target_index++; 3853 scnhdr.s_nreloc = current->target_index; 3854 scnhdr.s_nlnno = current->target_index; [all …]
|
| D | oasys.c | 843 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;
|
| D | coffgen.c | 78 make_a_section_from_file (abfd, hdr, target_index) in make_a_section_from_file() argument 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; 2479 symbol->section->output_section->target_index;
|
| D | i386lynx.c | 187 r_index = output_section->target_index; 272 r_index = output_section->target_index;
|
| D | aout-cris.c | 199 r_index = output_section->target_index;
|
| D | coff-i960.c | 347 isym.n_scnum = o->target_index; 600 irel->r_symndx = h->root.u.def.section->output_section->target_index - 1;
|
| D | coff-ppc.c | 2409 finfo.section_info[o->target_index].relocs = 2413 finfo.section_info[o->target_index].rel_hashes = 2415 if (finfo.section_info[o->target_index].relocs == NULL 2416 || finfo.section_info[o->target_index].rel_hashes == NULL) 2625 irel = finfo.section_info[o->target_index].relocs; 2627 rel_hash = finfo.section_info[o->target_index].rel_hashes;
|
| D | peicode.h | 581 H_PUT_16 (vars->abfd, section->target_index, esym->e_scnum); in pe_ILF_make_a_symbol() 595 ent->u.syment.n_scnum = section->target_index; in pe_ILF_make_a_symbol() 661 sec->target_index = vars->sec_index ++; in pe_ILF_make_a_section()
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | coffgrok.c | 139 int i = section->target_index; in do_sections_p1() 186 int i = section->target_index; in do_sections_p2()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | coffgrok.c | 139 int i = section->target_index; in do_sections_p1() 186 int i = section->target_index; in do_sections_p2()
|