Home
last modified time | relevance | path

Searched refs:s_relptr (Results 1 – 17 of 17) sorted by relevance

/NextBSD/sys/i386/ibcs2/
HDcoff.h79 long s_relptr; /* points to relocs for section */ member
/NextBSD/contrib/binutils/include/aout/
HDencap.h69 long s_relptr; member
/NextBSD/contrib/binutils/include/coff/
HDti.h168 char s_relptr[4]; /* file ptr to relocation */ member
184 char s_relptr[4]; /* file ptr to relocation */ member
HDexternal.h84 char s_relptr[4]; /* file ptr to relocation */ member
HDrs6k64.h83 char s_relptr[8]; /* file ptr to relocation */ member
HDrs6000.h74 char s_relptr[4]; /* file ptr to relocation */ member
HDalpha.h83 unsigned char s_relptr[8]; /* file ptr to relocation */ member
HDinternal.h372 bfd_vma s_relptr; /* file ptr to relocation */ member
/NextBSD/contrib/binutils/bfd/
HDcoffswap.h764 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()
HDcoff64-rs6000.c862 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;
HDpeicode.h205 scnhdr_int->s_relptr = GET_SCNHDR_RELPTR (abfd, scnhdr_ext->s_relptr); in coff_swap_scnhdr_in()
HDcoffcode.h1693 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()
HDpeXXigen.c909 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()
HDcoff-rs6000.c3721 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;
HDcoffgen.c107 return_section->rel_filepos = hdr->s_relptr; in make_a_section_from_file()
HDecoff.c2418 section.s_relptr = current->rel_filepos; in _bfd_ecoff_write_object_contents()
/NextBSD/contrib/binutils/gas/
HDChangeLog-929512102 reclos, set s_relptr to 0. Set relocation size in object_headers.