Lines Matching defs:backend

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,
1454 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1460 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1463 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
3660 ecoff_padding_adjust (const struct ecoff_debug_swap *backend,
3668 align = backend->debug_align;
3688 ecoff_build_lineno (const struct ecoff_debug_swap *backend,
3911 c = ecoff_padding_adjust (backend, buf, bufend, c, &bufptr);
3919 ecoff_build_symbols (const struct ecoff_debug_swap *backend,
3924 const bfd_size_type external_sym_size = backend->external_sym_size;
3926 = backend->swap_sym_out;
4284 ecoff_build_procs (const struct ecoff_debug_swap *backend,
4289 const bfd_size_type external_pdr_size = backend->external_pdr_size;
4291 = backend->swap_pdr_out;
4374 ecoff_build_aux (const struct ecoff_debug_swap *backend,
4436 (*backend->swap_tir_out) (bigendian,
4441 (*backend->swap_rndx_out) (bigendian,
4479 return ecoff_padding_adjust (backend, buf, bufend,
4526 ecoff_build_ss (const struct ecoff_debug_swap *backend,
4562 return ecoff_padding_adjust (backend, buf, bufend, offset + iss,
4569 ecoff_build_fdr (const struct ecoff_debug_swap *backend,
4574 const bfd_size_type external_fdr_size = backend->external_fdr_size;
4576 = backend->swap_fdr_out;
4614 the backend. This routine just gets the right information and
4615 calls a backend function to deal with it. */
4650 const struct ecoff_debug_swap *backend)
4652 const bfd_size_type external_pdr_size = backend->external_pdr_size;
4737 offset = ecoff_build_lineno (backend, &buf, &bufend, offset,
4757 offset = ecoff_build_symbols (backend, &buf, &bufend, offset);
4758 hdr->isymMax = (offset - hdr->cbSymOffset) / backend->external_sym_size;
4762 (void) ecoff_build_procs (backend, &buf, &bufend, hdr->cbPdOffset);
4770 offset = ecoff_build_aux (backend, &buf, &bufend, offset);
4775 offset = ecoff_build_ss (backend, &buf, &bufend, offset);
4784 offset = ecoff_build_fdr (backend, &buf, &bufend, offset);
4785 hdr->ifdMax = (offset - hdr->cbFdOffset) / backend->external_fdr_size;
4795 know ((offset & (backend->debug_align - 1)) == 0);