Searched refs:crfd (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dsym.h87 long crfd; /* number of relative file descriptor entries */ member in struct:__anon587
129 long crfd; /* count file indirect entries */ member in struct:fdr
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tdump.c860 (long) sym_ptr->crfd,
861 (long) (sym_ptr->crfd * sizeof (ulong)));
1092 if (fdp == 0 || sym_hdr.crfd == 0)
1187 (ulong) fdp->crfd,
1188 (ulong) (fdp->crfd * sizeof (ulong)),
1232 if (want_rfd && fdp->crfd != 0)
1237 (ulong) fdp->crfd,
1241 for (i = 0; i < (ulong) fdp->crfd; i++)
1394 rfile_desc = read_seek (NULL, sym_hdr.crfd * sizeof (ulong),
H A Dmips-tfile.c1494 #define ORIG_RFDS(indx) (CHECK ((indx), orig_sym_hdr.crfd, "rfds"), (indx) + orig_rfds)
3840 symbolic_header.crfd = orig_sym_hdr.crfd;
3987 i = symbolic_header.crfd; /* relative file descriptors */
4231 if (symbolic_header.crfd > 0) /* relative file descriptors */
4234 symint_t num_write = symbolic_header.crfd * sizeof (symint_t);
4449 if (orig_sym_hdr.crfd > 0) /* relative file descriptors */
4450 orig_rfds = (symint_t *) read_seek (orig_sym_hdr.crfd * sizeof (symint_t),
4560 cur_file_ptr->fdr.crfd = fd_ptr->crfd;
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-ecoff.c172 SET (external_rfd, crfd, void *, debug_swap->external_rfd_size);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decofflink.c673 sz = (input_symhdr->crfd + input_symhdr->ifdMax) * external_rfd_size;
748 newrfdbase = output_symhdr->crfd;
749 output_symhdr->crfd += input_symhdr->ifdMax;
755 rfd_end = rfd_in + input_symhdr->crfd * input_swap->external_rfd_size;
769 oldrfdbase = output_symhdr->crfd;
770 output_symhdr->crfd += input_symhdr->crfd;
1045 if (fdr.crfd <= 0)
1049 fdr.crfd = input_symhdr->ifdMax;
1416 add = rfd_align - (symhdr->crfd
[all...]
H A Decoffswap.h125 intern->crfd = H_GET_32 (abfd, ext->h_crfd);
167 H_PUT_32 (abfd, intern->crfd, ext->h_crfd);
212 intern->crfd = H_GET_32 (abfd, ext->f_crfd);
278 H_PUT_32 (abfd, intern->crfd, ext->f_crfd);
H A Decoff.c549 UPDATE_RAW_END (cbRfdOffset, crfd, backend->debug_swap.external_rfd_size);
1829 oinfo->symbolic_header.crfd = iinfo->symbolic_header.crfd;
3950 READ (external_rfd, cbRfdOffset, crfd, swap->external_rfd_size, void *);
4475 symhdr->crfd = 0;
H A Delf64-alpha.c1378 READ (external_rfd, cbRfdOffset, crfd, swap->external_rfd_size, PTR);
4971 symhdr->crfd = 0;
H A Delfxx-mips.c916 READ (external_rfd, cbRfdOffset, crfd, swap->external_rfd_size, void *);
10445 symhdr->crfd = 0;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmdebugread.c3663 if (fh->crfd <= 1)
3672 ((fh->crfd - 1)
3674 for (s_idx = 1; s_idx < fh->crfd; s_idx++)
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c976 0, /* crfd: count file indirect entries */
4779 hdr->crfd = 0;

Completed in 465 milliseconds