Home
last modified time | relevance | path

Searched refs:external_hdr_size (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDecoff.c423 bfd_size_type external_hdr_size; in ecoff_slurp_symbolic_header() local
443 external_hdr_size = backend->debug_swap.external_hdr_size; in ecoff_slurp_symbolic_header()
444 if (bfd_get_symcount (abfd) != external_hdr_size) in ecoff_slurp_symbolic_header()
451 raw = bfd_malloc (external_hdr_size); in ecoff_slurp_symbolic_header()
456 || bfd_bread (raw, external_hdr_size, abfd) != external_hdr_size) in ecoff_slurp_symbolic_header()
522 + backend->debug_swap.external_hdr_size); in _bfd_ecoff_slurp_symbolic_info()
563 pos += backend->debug_swap.external_hdr_size; in _bfd_ecoff_slurp_symbolic_info()
2322 const bfd_size_type external_hdr_size in _bfd_ecoff_write_object_contents() local
2323 = backend->debug_swap.external_hdr_size; in _bfd_ecoff_write_object_contents()
2510 internal_f.f_nsyms = external_hdr_size; in _bfd_ecoff_write_object_contents()
HDecofflink.c1435 tot = swap->external_hdr_size;
1477 where += swap->external_hdr_size;
1504 buff = (PTR) bfd_malloc (swap->external_hdr_size);
1505 if (buff == NULL && swap->external_hdr_size != 0)
1509 if (bfd_bwrite (buff, swap->external_hdr_size, abfd)
1510 != swap->external_hdr_size)
HDelf64-alpha.c1335 ext_hdr = (char *) bfd_malloc (swap->external_hdr_size); in elf64_alpha_read_ecoff_info()
1336 if (ext_hdr == NULL && swap->external_hdr_size != 0) in elf64_alpha_read_ecoff_info()
1340 swap->external_hdr_size)) in elf64_alpha_read_ecoff_info()
HDelfxx-mips.c877 ext_hdr = bfd_malloc (swap->external_hdr_size); in _bfd_mips_elf_read_ecoff_info()
878 if (ext_hdr == NULL && swap->external_hdr_size != 0) in _bfd_mips_elf_read_ecoff_info()
882 swap->external_hdr_size)) in _bfd_mips_elf_read_ecoff_info()
/NextBSD/contrib/binutils/include/coff/
HDecoff.h374 bfd_size_type external_hdr_size; member