Home
last modified time | relevance | path

Searched refs:rel_filepos (Results 1 – 25 of 51) sorted by relevance

123

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dhp300hpux.c251 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
252 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp);
268 obj_textsec (abfd)->rel_filepos = N_GNU_TRELOFF (*execp);
269 obj_datasec (abfd)->rel_filepos = N_GNU_DRELOFF (*execp);
759 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
H A Dcoff-ppc.c2055 file_ptr rel_filepos; local
2101 rel_filepos = obj_relocbase (abfd);
2148 o->rel_filepos = 0;
2152 o->rel_filepos = rel_filepos;
2153 rel_filepos += o->reloc_count * relsz;
2181 line_filepos = rel_filepos;
2444 if (bfd_seek (abfd, o->rel_filepos, SEEK_SET) != 0
H A Daout-target.h78 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); in MY()
79 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp); in MY()
H A Daout-adobe.c173 sect->rel_filepos = N_TRELOFF (*execp); in aout_adobe_callback()
178 sect->rel_filepos = N_DRELOFF (*execp); in aout_adobe_callback()
H A Dcofflink.c640 file_ptr rel_filepos; in _bfd_coff_final_link() local
687 rel_filepos = obj_relocbase (abfd); in _bfd_coff_final_link()
734 o->rel_filepos = 0; in _bfd_coff_final_link()
738 o->rel_filepos = rel_filepos; in _bfd_coff_final_link()
739 rel_filepos += o->reloc_count * relsz; in _bfd_coff_final_link()
743 rel_filepos += relsz; in _bfd_coff_final_link()
783 line_filepos = rel_filepos; in _bfd_coff_final_link()
1042 if (bfd_seek (abfd, o->rel_filepos, SEEK_SET) != 0) in _bfd_coff_final_link()
H A Delf64-sparc.c168 BFD_ASSERT (asect->rel_filepos == rel_hdr->sh_offset in elf64_sparc_slurp_reloc_table()
169 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); in elf64_sparc_slurp_reloc_table()
H A Dxcofflink.c526 off = ((sec->rel_filepos - enclosing->rel_filepos) in xcoff_read_internal_relocs()
1460 csect->rel_filepos = (enclosing->rel_filepos in xcoff_link_add_symbols()
5334 file_ptr rel_filepos; in _bfd_xcoff_bfd_final_link() local
5547 rel_filepos = obj_relocbase (abfd); in _bfd_xcoff_bfd_final_link()
5553 o->rel_filepos = 0; in _bfd_xcoff_bfd_final_link()
5560 o->rel_filepos = 0; in _bfd_xcoff_bfd_final_link()
5564 o->rel_filepos = rel_filepos; in _bfd_xcoff_bfd_final_link()
5565 rel_filepos += o->reloc_count * relsz; in _bfd_xcoff_bfd_final_link()
5600 line_filepos = rel_filepos; in _bfd_xcoff_bfd_final_link()
5829 if (bfd_seek (abfd, o->rel_filepos, SEEK_SET) != 0 in _bfd_xcoff_bfd_final_link()
H A Dbout.c169 obj_textsec (abfd)->rel_filepos = N_TROFF (*execp); in b_out_callback()
170 obj_datasec (abfd)->rel_filepos = N_DROFF (*execp); in b_out_callback()
689 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0) in b_out_slurp_reloc_table()
H A Daout-tic30.c342 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); in tic30_aout_callback()
343 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp); in tic30_aout_callback()
H A Dcoffcode.h1696 section->rel_filepos += relsz; in coff_set_alignment_hook()
2459 if (bfd_seek (abfd, s->rel_filepos, SEEK_SET) != 0) in coff_write_relocs()
3427 current->rel_filepos = reloc_base; in coff_write_object_contents()
3436 current->rel_filepos = 0; in coff_write_object_contents()
3532 section.s_relptr = current->rel_filepos; in coff_write_object_contents()
3712 scnhdr.s_relptr = current->rel_filepos; in coff_write_object_contents()
4847 native_relocs = (RELOC *) buy_and_read (abfd, asect->rel_filepos, amt); in coff_slurp_reloc_table()
H A Dpdp11.c574 obj_textsec (abfd)->rel_filepos = N_TRELOFF(*execp); in NAME()
575 obj_datasec (abfd)->rel_filepos = N_DRELOFF(*execp); in NAME()
1849 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0) in NAME()
3180 <= obj_datasec (finfo->output_bfd)->rel_filepos))); in aout_link_reloc_link_order()
3526 if (bfd_seek (input_bfd, input_section->rel_filepos, SEEK_SET) != 0 in aout_link_input_section()
3562 <= obj_datasec (finfo->output_bfd)->rel_filepos))); in aout_link_input_section()
3757 obj_textsec (abfd)->rel_filepos = aout_info.treloff; in NAME()
3758 obj_datasec (abfd)->rel_filepos = aout_info.dreloff; in NAME()
H A Decoff.c1579 if (bfd_seek (abfd, section->rel_filepos, SEEK_SET) != 0) in ecoff_slurp_reloc_table()
2102 current->rel_filepos = 0; in ecoff_compute_reloc_file_positions()
2107 current->rel_filepos = reloc_base; in ecoff_compute_reloc_file_positions()
2418 section.s_relptr = current->rel_filepos; in _bfd_ecoff_write_object_contents()
2711 if (bfd_seek (abfd, current->rel_filepos, SEEK_SET) != 0) in _bfd_ecoff_write_object_contents()
4028 if (bfd_seek (input_bfd, input_section->rel_filepos, SEEK_SET) != 0 in ecoff_indirect_link_order()
4053 file_ptr pos = (output_section->rel_filepos in ecoff_indirect_link_order()
4272 pos = (output_section->rel_filepos in ecoff_reloc_link_order()
H A Daoutx.h557 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp); in NAME()
558 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp); in NAME()
2261 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0) in NAME()
3818 <= obj_datasec (finfo->output_bfd)->rel_filepos))); in aout_link_reloc_link_order()
4626 if (bfd_seek (input_bfd, input_section->rel_filepos, SEEK_SET) != 0 in aout_link_input_section()
4672 <= obj_datasec (finfo->output_bfd)->rel_filepos))); in aout_link_input_section()
5352 obj_textsec (abfd)->rel_filepos = aout_info.treloff; in NAME()
5353 obj_datasec (abfd)->rel_filepos = aout_info.dreloff; in NAME()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dhp300hpux.c251 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
252 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp);
268 obj_textsec (abfd)->rel_filepos = N_GNU_TRELOFF (*execp);
269 obj_datasec (abfd)->rel_filepos = N_GNU_DRELOFF (*execp);
759 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
H A Dcoff-ppc.c2253 file_ptr rel_filepos; local
2299 rel_filepos = obj_relocbase (abfd);
2344 o->rel_filepos = 0;
2348 o->rel_filepos = rel_filepos;
2349 rel_filepos += o->reloc_count * relsz;
2377 line_filepos = rel_filepos;
2640 if (bfd_seek (abfd, o->rel_filepos, SEEK_SET) != 0
H A Dcofflink.c638 file_ptr rel_filepos; in _bfd_coff_final_link() local
685 rel_filepos = obj_relocbase (abfd); in _bfd_coff_final_link()
730 o->rel_filepos = 0; in _bfd_coff_final_link()
734 o->rel_filepos = rel_filepos; in _bfd_coff_final_link()
735 rel_filepos += o->reloc_count * relsz; in _bfd_coff_final_link()
739 rel_filepos += relsz; in _bfd_coff_final_link()
779 line_filepos = rel_filepos; in _bfd_coff_final_link()
1038 if (bfd_seek (abfd, o->rel_filepos, SEEK_SET) != 0) in _bfd_coff_final_link()
H A Daout-target.h82 obj_textsec (abfd)->rel_filepos = N_TRELOFF(*execp);
83 obj_datasec (abfd)->rel_filepos = N_DRELOFF(*execp);
H A Daout-adobe.c251 sect->rel_filepos = N_TRELOFF (*execp);
256 sect->rel_filepos = N_DRELOFF (*execp);
H A Dxcofflink.c572 off = ((sec->rel_filepos - enclosing->rel_filepos)
1562 csect->rel_filepos = (enclosing->rel_filepos
3551 file_ptr rel_filepos; local
3767 rel_filepos = obj_relocbase (abfd);
3773 o->rel_filepos = 0;
3780 o->rel_filepos = 0;
3784 o->rel_filepos = rel_filepos;
3785 rel_filepos += o->reloc_count * relsz;
3822 line_filepos = rel_filepos;
4053 if (bfd_seek (abfd, o->rel_filepos, SEEK_SET) != 0
H A Dbout.c215 obj_textsec (abfd)->rel_filepos = N_TROFF(*execp);
216 obj_datasec (abfd)->rel_filepos = N_DROFF(*execp);
597 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
H A Daout-tic30.c356 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
357 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp);
H A Dcoffcode.h1710 section->rel_filepos += relsz;
2485 if (bfd_seek (abfd, s->rel_filepos, SEEK_SET) != 0)
3564 current->rel_filepos = reloc_base;
3574 current->rel_filepos = 0;
3671 section.s_relptr = current->rel_filepos;
3851 scnhdr.s_relptr = current->rel_filepos;
5056 native_relocs = (RELOC *) buy_and_read (abfd, asect->rel_filepos, amt);
H A Dpdp11.c784 obj_textsec (abfd)->rel_filepos = N_TRELOFF(*execp);
785 obj_datasec (abfd)->rel_filepos = N_DRELOFF(*execp);
2226 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
3525 obj_textsec (abfd)->rel_filepos = aout_info.treloff;
3526 obj_datasec (abfd)->rel_filepos = aout_info.dreloff;
4442 if (bfd_seek (input_bfd, input_section->rel_filepos, SEEK_SET) != 0
4478 <= obj_datasec (finfo->output_bfd)->rel_filepos)));
5001 <= obj_datasec (finfo->output_bfd)->rel_filepos)));
H A Decoff.c1696 if (bfd_seek (abfd, section->rel_filepos, SEEK_SET) != 0)
2232 current->rel_filepos = 0;
2237 current->rel_filepos = reloc_base;
2560 section.s_relptr = current->rel_filepos;
2845 if (bfd_seek (abfd, current->rel_filepos, SEEK_SET) != 0)
4591 if (bfd_seek (input_bfd, input_section->rel_filepos, SEEK_SET) != 0
4617 file_ptr pos = (output_section->rel_filepos
4834 pos = (output_section->rel_filepos
H A Daoutx.h584 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
585 obj_datasec (abfd)->rel_filepos = N_DRELOFF (*execp);
2426 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
3844 obj_textsec (abfd)->rel_filepos = aout_info.treloff;
3845 obj_datasec (abfd)->rel_filepos = aout_info.dreloff;
4764 if (bfd_seek (input_bfd, input_section->rel_filepos, SEEK_SET) != 0
4810 <= obj_datasec (finfo->output_bfd)->rel_filepos)));
5822 <= obj_datasec (finfo->output_bfd)->rel_filepos)));

123