Searched refs:s_relptr (Results 1 – 17 of 17) sorted by relevance
79 long s_relptr; /* points to relocs for section */ member
69 long s_relptr; member
168 char s_relptr[4]; /* file ptr to relocation */ member184 char s_relptr[4]; /* file ptr to relocation */ member
84 char s_relptr[4]; /* file ptr to relocation */ member
83 char s_relptr[8]; /* file ptr to relocation */ member
74 char s_relptr[4]; /* file ptr to relocation */ member
83 unsigned char s_relptr[8]; /* file ptr to relocation */ member
372 bfd_vma s_relptr; /* file ptr to relocation */ member
764 scnhdr_int->s_relptr = GET_SCNHDR_RELPTR (abfd, scnhdr_ext->s_relptr); in coff_swap_scnhdr_in()793 PUT_SCNHDR_RELPTR (abfd, scnhdr_int->s_relptr, scnhdr_ext->s_relptr); in coff_swap_scnhdr_out()
862 section.s_relptr = current->rel_filepos;2240 text_scnhdr.s_relptr = 0;2253 data_scnhdr.s_relptr = 0; /* set below */2266 bss_scnhdr.s_relptr = 0;2486 data_scnhdr.s_relptr = data_scnhdr.s_scnptr + data_buffer_size;2487 filehdr.f_symptr = data_scnhdr.s_relptr + data_scnhdr.s_nreloc * RELSZ;
205 scnhdr_int->s_relptr = GET_SCNHDR_RELPTR (abfd, scnhdr_ext->s_relptr); in coff_swap_scnhdr_in()
1693 bfd_seek (abfd, (file_ptr) hdr->s_relptr, 0); in coff_set_alignment_hook()3540 section.s_relptr = current->rel_filepos; in coff_write_object_contents()3720 scnhdr.s_relptr = current->rel_filepos; in coff_write_object_contents()
909 PUT_SCNHDR_RELPTR (abfd, scnhdr_int->s_relptr, in _bfd_XXi_swap_scnhdr_out()910 scnhdr_ext->s_relptr); in _bfd_XXi_swap_scnhdr_out()
3721 scnhdr.s_relptr = 0; /* set below */3934 scnhdr.s_relptr = scnhdr.s_scnptr + data_buffer_size;3935 filehdr.f_symptr = scnhdr.s_relptr + scnhdr.s_nreloc * RELSZ;
107 return_section->rel_filepos = hdr->s_relptr; in make_a_section_from_file()
2418 section.s_relptr = current->rel_filepos; in _bfd_ecoff_write_object_contents()
12102 reclos, set s_relptr to 0. Set relocation size in object_headers.