Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/bfd/
HDecofflink.c609 HDRR * const input_symhdr = &input_debug->symbolic_header; local
664 fdr_end = fdr_start + input_symhdr->ifdMax * fdr_add;
666 amt = input_symhdr->ifdMax;
670 sz = (input_symhdr->crfd + input_symhdr->ifdMax) * external_rfd_size;
746 output_symhdr->crfd += input_symhdr->ifdMax;
752 rfd_end = rfd_in + input_symhdr->crfd * input_swap->external_rfd_size;
760 BFD_ASSERT (rfd >= 0 && rfd < input_symhdr->ifdMax);
767 output_symhdr->crfd += input_symhdr->crfd;
912 file_ptr pos = input_symhdr->cbLineOffset + fdr.cbLineOffset;
923 file_ptr pos = (input_symhdr->cbAuxOffset
[all …]