Searched refs:input_symhdr (Results 1 – 1 of 1) sorted by relevance
575 HDRR * const input_symhdr = &input_debug->symbolic_header; in bfd_ecoff_debug_accumulate() local630 fdr_end = fdr_start + input_symhdr->ifdMax * fdr_add; in bfd_ecoff_debug_accumulate()632 amt = input_symhdr->ifdMax; in bfd_ecoff_debug_accumulate()636 sz = (input_symhdr->crfd + input_symhdr->ifdMax) * external_rfd_size; in bfd_ecoff_debug_accumulate()712 output_symhdr->crfd += input_symhdr->ifdMax; in bfd_ecoff_debug_accumulate()718 rfd_end = rfd_in + input_symhdr->crfd * input_swap->external_rfd_size; in bfd_ecoff_debug_accumulate()726 BFD_ASSERT (rfd >= 0 && rfd < input_symhdr->ifdMax); in bfd_ecoff_debug_accumulate()733 output_symhdr->crfd += input_symhdr->crfd; in bfd_ecoff_debug_accumulate()878 file_ptr pos = input_symhdr->cbLineOffset + fdr.cbLineOffset; in bfd_ecoff_debug_accumulate()889 file_ptr pos = (input_symhdr->cbAuxOffset in bfd_ecoff_debug_accumulate()[all …]