Home
last modified time | relevance | path

Searched refs:external_ext (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Decoff.c593 FIX (cbExtOffset, external_ext, void *); in _bfd_ecoff_slurp_symbolic_info()
879 eraw_src = (char *) ecoff_data (abfd)->debug_info.external_ext; in _bfd_ecoff_slurp_symbol_table()
1429 - (char *) ecoff_data (abfd)->debug_info.external_ext) in _bfd_ecoff_print_symbol()
2608 debug->external_ext = debug->external_ext_end = NULL; in _bfd_ecoff_write_object_contents()
3325 void * external_ext, in ecoff_link_add_externals() argument
3347 ext_ptr = (char *) external_ext; in ecoff_link_add_externals()
3531 void * external_ext = NULL; in ecoff_link_add_object_symbols() local
3548 external_ext = bfd_malloc (esize); in ecoff_link_add_object_symbols()
3549 if (external_ext == NULL && esize != 0) in ecoff_link_add_object_symbols()
3553 || bfd_bread (external_ext, esize, abfd) != esize) in ecoff_link_add_object_symbols()
[all …]
Decofflink.c1338 - (char *) debug->external_ext)
1341 if (! ecoff_add_bytes ((char **) &debug->external_ext,
1350 ((char *) debug->external_ext
1556 WRITE (external_ext, iextMax, swap->external_ext_size, cbExtOffset);
1735 if (bfd_bwrite (debug->external_ext, amt, abfd) != amt)
2222 ((char *) debug_info->external_ext
Delf64-alpha.c1366 READ (external_ext, cbExtOffset, iextMax, swap->external_ext_size, PTR); in elf64_alpha_read_ecoff_info()
1396 if (debug->external_ext != NULL) in elf64_alpha_read_ecoff_info()
1397 free (debug->external_ext); in elf64_alpha_read_ecoff_info()
4933 debug.external_ext = debug.external_ext_end = NULL; in elf64_alpha_final_link()
5032 eraw_src = input_debug.external_ext; in elf64_alpha_final_link()
5077 free (input_debug.external_ext); in elf64_alpha_final_link()
Delfxx-mips.c791 READ (external_ext, cbExtOffset, iextMax, swap->external_ext_size, void *); in _bfd_mips_elf_read_ecoff_info()
821 if (debug->external_ext != NULL) in _bfd_mips_elf_read_ecoff_info()
822 free (debug->external_ext); in _bfd_mips_elf_read_ecoff_info()
9148 debug.external_ext = debug.external_ext_end = NULL; in _bfd_mips_elf_final_link()
9230 eraw_src = input_debug.external_ext; in _bfd_mips_elf_final_link()
9275 free (input_debug.external_ext); in _bfd_mips_elf_final_link()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-ecoff.c174 SET (external_ext, iextMax, void *, debug_swap->external_ext_size); in ecoff_frob_file()
Dobj-elf.c2056 debug.external_ext = debug.external_ext_end = NULL; in elf_frob_file_after_relocs()
/mirbsd/src/gnu/usr.bin/binutils/include/coff/
Decoff.h308 void *external_ext; /* struct ext_ext */ member
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmdebugread.c1857 ((char *) debug_info->external_ext in parse_procedure()
2349 ext_out = (char *) debug_info->external_ext; in parse_partial_symbols()