Searched refs:s_relptr (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/sys/i386/ibcs2/
H A Dcoff.h79 long s_relptr; /* points to relocs for section */ member in struct:scnhdr
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Dencap.h69 long s_relptr; member in struct:coffheader::coffscn
/freebsd-10.1-release/contrib/binutils/include/coff/
H A Dexternal.h84 char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr
H A Drs6000.h74 char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr
H A Drs6k64.h83 char s_relptr[8]; /* file ptr to relocation */ member in struct:external_scnhdr
H A Dalpha.h83 unsigned char s_relptr[8]; /* file ptr to relocation */ member in struct:external_scnhdr
H A Dti.h168 char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr_v01
184 char s_relptr[4]; /* file ptr to relocation */ member in struct:external_scnhdr
H A Dinternal.h372 bfd_vma s_relptr; /* file ptr to relocation */ member in struct:internal_scnhdr
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcoffswap.h764 scnhdr_int->s_relptr = GET_SCNHDR_RELPTR (abfd, scnhdr_ext->s_relptr);
793 PUT_SCNHDR_RELPTR (abfd, scnhdr_int->s_relptr, scnhdr_ext->s_relptr);
H A Dcoff64-rs6000.c862 section.s_relptr = current->rel_filepos;
2241 text_scnhdr.s_relptr = 0;
2254 data_scnhdr.s_relptr = 0; /* set below */
2267 bss_scnhdr.s_relptr = 0;
2487 data_scnhdr.s_relptr = data_scnhdr.s_scnptr + data_buffer_size;
2488 filehdr.f_symptr = data_scnhdr.s_relptr + data_scnhdr.s_nreloc * RELSZ;
H A Dpeicode.h206 scnhdr_int->s_relptr = GET_SCNHDR_RELPTR (abfd, scnhdr_ext->s_relptr);
H A DpeXXigen.c910 PUT_SCNHDR_RELPTR (abfd, scnhdr_int->s_relptr,
911 scnhdr_ext->s_relptr);
H A Dcoff-rs6000.c3727 scnhdr.s_relptr = 0; /* set below */
3940 scnhdr.s_relptr = scnhdr.s_scnptr + data_buffer_size;
3941 filehdr.f_symptr = scnhdr.s_relptr + scnhdr.s_nreloc * RELSZ;
H A Dcoffcode.h1694 bfd_seek (abfd, (file_ptr) hdr->s_relptr, 0);
3541 section.s_relptr = current->rel_filepos;
3721 scnhdr.s_relptr = current->rel_filepos;
H A Dcoffgen.c107 return_section->rel_filepos = hdr->s_relptr;
H A Decoff.c2425 section.s_relptr = current->rel_filepos;

Completed in 242 milliseconds