Searched refs:external_rfd (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-ecoff.c | 171 SET (external_rfd, crfd, void *, debug_swap->external_rfd_size); in ecoff_frob_file()
|
D | obj-elf.c | 2466 SET (external_rfd, cbRfdOffset, void *); in elf_frob_file_after_relocs()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecoff.c | 598 FIX (cbRfdOffset, external_rfd, void *); in _bfd_ecoff_slurp_symbolic_info() 1020 if (debug_info->external_rfd == NULL) in ecoff_emit_aggregate() 1027 ((char *) debug_info->external_rfd in ecoff_emit_aggregate() 1835 oinfo->external_rfd = iinfo->external_rfd; in _bfd_ecoff_bfd_copy_private_bfd_data() 3761 READ (external_rfd, cbRfdOffset, crfd, swap->external_rfd_size, void *); in ecoff_final_link_debug_accumulate() 3791 if (debug->external_rfd != NULL) in ecoff_final_link_debug_accumulate() 3792 free (debug->external_rfd); in ecoff_final_link_debug_accumulate() 3804 debug->external_rfd = NULL; in ecoff_final_link_debug_accumulate() 4301 debug->external_rfd = NULL; in _bfd_ecoff_bfd_final_link()
|
D | ecofflink.c | 717 rfd_in = (bfd_byte *) input_debug->external_rfd; in bfd_ecoff_debug_accumulate() 1371 if (debug->external_rfd != NULL) in ecoff_align_debug() 1372 memset (((char *) debug->external_rfd in ecoff_align_debug() 1509 WRITE (external_rfd, crfd, swap->external_rfd_size, cbRfdOffset); in bfd_ecoff_write_debug()
|
D | elf64-alpha.c | 1400 READ (external_rfd, cbRfdOffset, crfd, swap->external_rfd_size, void *); in elf64_alpha_read_ecoff_info() 1429 if (debug->external_rfd != NULL) in elf64_alpha_read_ecoff_info() 1430 free (debug->external_rfd); in elf64_alpha_read_ecoff_info() 5159 debug.external_rfd = NULL; in elf64_alpha_final_link() 5298 free (input_debug.external_rfd); in elf64_alpha_final_link()
|
D | elfxx-mips.c | 1381 READ (external_rfd, cbRfdOffset, crfd, swap->external_rfd_size, void *); in _bfd_mips_elf_read_ecoff_info() 1410 if (debug->external_rfd != NULL) in _bfd_mips_elf_read_ecoff_info() 1411 free (debug->external_rfd); in _bfd_mips_elf_read_ecoff_info() 14320 debug.external_rfd = NULL; in _bfd_mips_elf_final_link() 14445 free (input_debug.external_rfd); in _bfd_mips_elf_final_link()
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ecoff.h | 310 void *external_rfd; /* struct rfd_ext */ member
|