Lines Matching refs:debug_swap
141 const struct ecoff_debug_swap * const debug_swap in ecoff_frob_file() local
142 = &ecoff_backend (stdoutput)->debug_swap; in ecoff_frob_file()
151 ecoff_build_debug (hdr, &buf, debug_swap); in ecoff_frob_file()
165 SET (external_dnr, idnMax, void *, debug_swap->external_dnr_size); in ecoff_frob_file()
166 SET (external_pdr, ipdMax, void *, debug_swap->external_pdr_size); in ecoff_frob_file()
167 SET (external_sym, isymMax, void *, debug_swap->external_sym_size); in ecoff_frob_file()
168 SET (external_opt, ioptMax, void *, debug_swap->external_opt_size); in ecoff_frob_file()
172 SET (external_rfd, crfd, void *, debug_swap->external_rfd_size); in ecoff_frob_file()
173 SET (external_fdr, ifdMax, void *, debug_swap->external_fdr_size); in ecoff_frob_file()
174 SET (external_ext, iextMax, void *, debug_swap->external_ext_size); in ecoff_frob_file()
185 const struct ecoff_debug_swap * const debug_swap in obj_ecoff_set_ext() local
186 = &ecoff_backend (stdoutput)->debug_swap; in obj_ecoff_set_ext()
193 esym->native = xmalloc (debug_swap->external_ext_size); in obj_ecoff_set_ext()
194 (*debug_swap->swap_ext_out) (stdoutput, ext, esym->native); in obj_ecoff_set_ext()