Searched refs:crfd (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | mips-tdump.c | 850 (long) sym_ptr->crfd, in print_sym_hdr() 851 (long) (sym_ptr->crfd * sizeof (ulong))); in print_sym_hdr() 1079 if (fdp == 0 || sym_hdr.crfd == 0) in emit_aggregate() 1173 (ulong) fdp->crfd, in print_file_desc() 1174 (ulong) (fdp->crfd * sizeof (ulong)), in print_file_desc() 1218 if (want_rfd && fdp->crfd != 0) in print_file_desc() 1223 (ulong) fdp->crfd, in print_file_desc() 1227 for (i = 0; i < (ulong) fdp->crfd; i++) in print_file_desc() 1379 rfile_desc = read_seek (NULL, sym_hdr.crfd * sizeof (ulong), in read_tfile()
|
| HD | mips-tfile.c | 1486 #define ORIG_RFDS(indx) (CHECK ((indx), orig_sym_hdr.crfd, "rfds"), (indx) + orig_rfds) 3804 symbolic_header.crfd = orig_sym_hdr.crfd; in update_headers() 3951 i = symbolic_header.crfd; /* relative file descriptors */ in update_headers() 4193 if (symbolic_header.crfd > 0) /* relative file descriptors */ in write_object() 4196 symint_t num_write = symbolic_header.crfd * sizeof (symint_t); in write_object() 4409 if (orig_sym_hdr.crfd > 0) /* relative file descriptors */ in copy_object() 4410 orig_rfds = (symint_t *) read_seek (orig_sym_hdr.crfd * sizeof (symint_t), in copy_object() 4520 cur_file_ptr->fdr.crfd = fd_ptr->crfd; in copy_object()
|
| HD | ChangeLog-1999 | 21691 (print_file_desc): Cast structure member `crfd' to ulong when
|
| /freebsd-11-stable/contrib/binutils/include/coff/ |
| HD | sym.h | 87 long crfd; /* number of relative file descriptor entries */ member 129 long crfd; /* count file indirect entries */ member
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | ecofflink.c | 670 sz = (input_symhdr->crfd + input_symhdr->ifdMax) * external_rfd_size; 745 newrfdbase = output_symhdr->crfd; 746 output_symhdr->crfd += input_symhdr->ifdMax; 752 rfd_end = rfd_in + input_symhdr->crfd * input_swap->external_rfd_size; 766 oldrfdbase = output_symhdr->crfd; 767 output_symhdr->crfd += input_symhdr->crfd; 1042 if (fdr.crfd <= 0) 1046 fdr.crfd = input_symhdr->ifdMax; 1413 add = rfd_align - (symhdr->crfd & (rfd_align - 1)); 1418 + symhdr->crfd * swap->external_rfd_size), [all …]
|
| HD | ecoffswap.h | 125 intern->crfd = H_GET_32 (abfd, ext->h_crfd); in ecoff_swap_hdr_in() 167 H_PUT_32 (abfd, intern->crfd, ext->h_crfd); in ecoff_swap_hdr_out() 212 intern->crfd = H_GET_32 (abfd, ext->f_crfd); in ecoff_swap_fdr_in() 278 H_PUT_32 (abfd, intern->crfd, ext->f_crfd); in ecoff_swap_fdr_out()
|
| HD | ecoff.c | 547 UPDATE_RAW_END (cbRfdOffset, crfd, backend->debug_swap.external_rfd_size); in _bfd_ecoff_slurp_symbolic_info() 1823 oinfo->symbolic_header.crfd = iinfo->symbolic_header.crfd; in _bfd_ecoff_bfd_copy_private_bfd_data() 3940 READ (external_rfd, cbRfdOffset, crfd, swap->external_rfd_size, void *); in ecoff_final_link_debug_accumulate() 4465 symhdr->crfd = 0; in _bfd_ecoff_bfd_final_link()
|
| HD | elf64-alpha.c | 1372 READ (external_rfd, cbRfdOffset, crfd, swap->external_rfd_size, PTR); in elf64_alpha_read_ecoff_info() 4961 symhdr->crfd = 0; in elf64_alpha_final_link()
|
| HD | elfxx-mips.c | 914 READ (external_rfd, cbRfdOffset, crfd, swap->external_rfd_size, void *); in _bfd_mips_elf_read_ecoff_info() 10408 symhdr->crfd = 0; in _bfd_mips_elf_final_link()
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | obj-ecoff.c | 172 SET (external_rfd, crfd, void *, debug_swap->external_rfd_size); in ecoff_frob_file()
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | mdebugread.c | 3655 if (fh->crfd <= 1) in parse_partial_symbols() 3664 ((fh->crfd - 1) in parse_partial_symbols() 3666 for (s_idx = 1; s_idx < fh->crfd; s_idx++) in parse_partial_symbols()
|
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | ecoff.c | 4747 hdr->crfd = 0; in ecoff_build_debug()
|