Searched refs:external_rfd (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | obj-ecoff.c | 172 SET (external_rfd, crfd, void *, debug_swap->external_rfd_size); in ecoff_frob_file()
|
| D | obj-elf.c | 2080 SET (external_rfd, cbRfdOffset, void *); in elf_frob_file_after_relocs()
|
| /freebsd-12-stable/contrib/binutils/include/coff/ |
| D | ecoff.h | 309 void *external_rfd; /* struct rfd_ext */ member
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | ecoff.c | 591 FIX (cbRfdOffset, external_rfd, void *); in _bfd_ecoff_slurp_symbolic_info() 1013 if (debug_info->external_rfd == NULL) in ecoff_emit_aggregate() 1020 ((char *) debug_info->external_rfd in ecoff_emit_aggregate() 1824 oinfo->external_rfd = iinfo->external_rfd; 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() 3970 if (debug->external_rfd != NULL) in ecoff_final_link_debug_accumulate() 3971 free (debug->external_rfd); in ecoff_final_link_debug_accumulate() 3983 debug->external_rfd = NULL; in ecoff_final_link_debug_accumulate() 4479 debug->external_rfd = NULL; in _bfd_ecoff_bfd_final_link()
|
| D | ecofflink.c | 751 rfd_in = (bfd_byte *) input_debug->external_rfd; 1416 if (debug->external_rfd != (PTR) NULL) 1417 memset ((PTR) ((char *) debug->external_rfd 1557 WRITE (external_rfd, crfd, swap->external_rfd_size, cbRfdOffset);
|
| D | elf64-alpha.c | 1372 READ (external_rfd, cbRfdOffset, crfd, swap->external_rfd_size, PTR); in elf64_alpha_read_ecoff_info() 1401 if (debug->external_rfd != NULL) in elf64_alpha_read_ecoff_info() 1402 free (debug->external_rfd); in elf64_alpha_read_ecoff_info() 4975 debug.external_rfd = NULL; in elf64_alpha_final_link() 5119 free (input_debug.external_rfd); in elf64_alpha_final_link()
|
| D | elfxx-mips.c | 914 READ (external_rfd, cbRfdOffset, crfd, swap->external_rfd_size, void *); in _bfd_mips_elf_read_ecoff_info() 943 if (debug->external_rfd != NULL) in _bfd_mips_elf_read_ecoff_info() 944 free (debug->external_rfd); in _bfd_mips_elf_read_ecoff_info() 10422 debug.external_rfd = NULL; in _bfd_mips_elf_final_link() 10549 free (input_debug.external_rfd); in _bfd_mips_elf_final_link()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | mdebugread.c | 386 ((char *) debug_info->external_rfd in get_rfd() 3671 ((char *) debug_info->external_rfd in parse_partial_symbols()
|