Home
last modified time | relevance | path

Searched refs:external_sym (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Decofflink.c785 lraw_src = ((bfd_byte *) input_debug->external_sym in bfd_ecoff_debug_accumulate()
1137 void * external_sym; in bfd_ecoff_debug_accumulate_other() local
1158 external_sym = objalloc_alloc (ainfo->memory, in bfd_ecoff_debug_accumulate_other()
1160 if (!external_sym) in bfd_ecoff_debug_accumulate_other()
1165 (*swap_sym_out) (output_bfd, &internal_sym, external_sym); in bfd_ecoff_debug_accumulate_other()
1167 (bfd_byte *) external_sym, in bfd_ecoff_debug_accumulate_other()
1502 WRITE (external_sym, isymMax, swap->external_sym_size, cbSymOffset); in bfd_ecoff_write_debug()
1770 sym_ptr = ((char *) debug_info->external_sym in mk_fdrtab()
1970 sym_ptr = ((char *) debug_info->external_sym in lookup_line()
2181 ((char *) debug_info->external_sym in lookup_line()
[all …]
Decoff.c592 FIX (cbSymOffset, external_sym, void *); in _bfd_ecoff_slurp_symbolic_info()
919 lraw_src = ((char *) ecoff_data (abfd)->debug_info.external_sym in _bfd_ecoff_slurp_symbol_table()
1037 ((char *) debug_info->external_sym in ecoff_emit_aggregate()
1422 - (char *) ecoff_data (abfd)->debug_info.external_sym) in _bfd_ecoff_print_symbol()
1820 oinfo->external_sym = iinfo->external_sym; in _bfd_ecoff_bfd_copy_private_bfd_data()
3755 READ (external_sym, cbSymOffset, isymMax, swap->external_sym_size, void *); in ecoff_final_link_debug_accumulate()
3781 if (debug->external_sym != NULL) in ecoff_final_link_debug_accumulate()
3782 free (debug->external_sym); in ecoff_final_link_debug_accumulate()
3799 debug->external_sym = NULL; in ecoff_final_link_debug_accumulate()
4295 debug->external_sym = NULL; in _bfd_ecoff_bfd_final_link()
Delf64-alpha.c1393 READ (external_sym, cbSymOffset, isymMax, swap->external_sym_size, void *); in elf64_alpha_read_ecoff_info()
1417 if (debug->external_sym != NULL) in elf64_alpha_read_ecoff_info()
1418 free (debug->external_sym); in elf64_alpha_read_ecoff_info()
5153 debug.external_sym = NULL; in elf64_alpha_final_link()
5292 free (input_debug.external_sym); in elf64_alpha_final_link()
Delfxx-mips.c1374 READ (external_sym, cbSymOffset, isymMax, swap->external_sym_size, void *); in _bfd_mips_elf_read_ecoff_info()
1398 if (debug->external_sym != NULL) in _bfd_mips_elf_read_ecoff_info()
1399 free (debug->external_sym); in _bfd_mips_elf_read_ecoff_info()
14314 debug.external_sym = NULL; in _bfd_mips_elf_final_link()
14439 free (input_debug.external_sym); in _bfd_mips_elf_final_link()
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-ecoff.c166 SET (external_sym, isymMax, void *, debug_swap->external_sym_size); in ecoff_frob_file()
Dobj-elf.c2461 SET (external_sym, cbSymOffset, void *); in elf_frob_file_after_relocs()
/toolchain/binutils/binutils-2.25/include/coff/
Decoff.h304 void *external_sym; /* struct sym_ext */ member