Lines Matching defs:backend

1439   (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1442 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1445 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1448 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1451 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1457 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1460 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
3654 ecoff_padding_adjust (const struct ecoff_debug_swap *backend,
3662 align = backend->debug_align;
3682 ecoff_build_lineno (const struct ecoff_debug_swap *backend,
3905 c = ecoff_padding_adjust (backend, buf, bufend, c, &bufptr);
3913 ecoff_build_symbols (const struct ecoff_debug_swap *backend,
3918 const bfd_size_type external_sym_size = backend->external_sym_size;
3920 = backend->swap_sym_out;
4278 ecoff_build_procs (const struct ecoff_debug_swap *backend,
4283 const bfd_size_type external_pdr_size = backend->external_pdr_size;
4285 = backend->swap_pdr_out;
4368 ecoff_build_aux (const struct ecoff_debug_swap *backend,
4430 (*backend->swap_tir_out) (bigendian,
4435 (*backend->swap_rndx_out) (bigendian,
4473 return ecoff_padding_adjust (backend, buf, bufend,
4520 ecoff_build_ss (const struct ecoff_debug_swap *backend,
4556 return ecoff_padding_adjust (backend, buf, bufend, offset + iss,
4563 ecoff_build_fdr (const struct ecoff_debug_swap *backend,
4568 const bfd_size_type external_fdr_size = backend->external_fdr_size;
4570 = backend->swap_fdr_out;
4608 the backend. This routine just gets the right information and
4609 calls a backend function to deal with it. */
4644 const struct ecoff_debug_swap *backend)
4646 const bfd_size_type external_pdr_size = backend->external_pdr_size;
4731 offset = ecoff_build_lineno (backend, &buf, &bufend, offset,
4751 offset = ecoff_build_symbols (backend, &buf, &bufend, offset);
4752 hdr->isymMax = (offset - hdr->cbSymOffset) / backend->external_sym_size;
4756 (void) ecoff_build_procs (backend, &buf, &bufend, hdr->cbPdOffset);
4764 offset = ecoff_build_aux (backend, &buf, &bufend, offset);
4769 offset = ecoff_build_ss (backend, &buf, &bufend, offset);
4778 offset = ecoff_build_fdr (backend, &buf, &bufend, offset);
4779 hdr->ifdMax = (offset - hdr->cbFdOffset) / backend->external_fdr_size;
4789 know ((offset & (backend->debug_align - 1)) == 0);