HomeSort by: relevance | last modified time | path
    Searched defs:input_symhdr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
ecofflink.c 588 HDRR * const input_symhdr = &input_debug->symbolic_header;
643 fdr_end = fdr_start + input_symhdr->ifdMax * fdr_add;
645 amt = input_symhdr->ifdMax;
649 sz = (input_symhdr->crfd + input_symhdr->ifdMax) * external_rfd_size;
725 output_symhdr->crfd += input_symhdr->ifdMax;
731 rfd_end = rfd_in + input_symhdr->crfd * input_swap->external_rfd_size;
739 BFD_ASSERT (rfd >= 0 && rfd < input_symhdr->ifdMax);
746 output_symhdr->crfd += input_symhdr->crfd;
891 file_ptr pos = input_symhdr->cbLineOffset + fdr.cbLineOffset
587 HDRR * const input_symhdr = &input_debug->symbolic_header; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c 588 HDRR * const input_symhdr = &input_debug->symbolic_header;
643 fdr_end = fdr_start + input_symhdr->ifdMax * fdr_add;
645 amt = input_symhdr->ifdMax;
649 sz = (input_symhdr->crfd + input_symhdr->ifdMax) * external_rfd_size;
725 output_symhdr->crfd += input_symhdr->ifdMax;
731 rfd_end = rfd_in + input_symhdr->crfd * input_swap->external_rfd_size;
739 BFD_ASSERT (rfd >= 0 && rfd < input_symhdr->ifdMax);
746 output_symhdr->crfd += input_symhdr->crfd;
891 file_ptr pos = input_symhdr->cbLineOffset + fdr.cbLineOffset
587 HDRR * const input_symhdr = &input_debug->symbolic_header; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
ecofflink.c 578 HDRR * const input_symhdr = &input_debug->symbolic_header;
633 fdr_end = fdr_start + input_symhdr->ifdMax * fdr_add;
635 amt = input_symhdr->ifdMax;
639 sz = (input_symhdr->crfd + input_symhdr->ifdMax) * external_rfd_size;
715 output_symhdr->crfd += input_symhdr->ifdMax;
721 rfd_end = rfd_in + input_symhdr->crfd * input_swap->external_rfd_size;
729 BFD_ASSERT (rfd >= 0 && rfd < input_symhdr->ifdMax);
736 output_symhdr->crfd += input_symhdr->crfd;
881 file_ptr pos = input_symhdr->cbLineOffset + fdr.cbLineOffset
576 HDRR * const input_symhdr = &input_debug->symbolic_header; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
ecofflink.c 588 HDRR * const input_symhdr = &input_debug->symbolic_header;
643 fdr_end = fdr_start + input_symhdr->ifdMax * fdr_add;
645 amt = input_symhdr->ifdMax;
649 sz = (input_symhdr->crfd + input_symhdr->ifdMax) * external_rfd_size;
725 output_symhdr->crfd += input_symhdr->ifdMax;
731 rfd_end = rfd_in + input_symhdr->crfd * input_swap->external_rfd_size;
739 BFD_ASSERT (rfd >= 0 && rfd < input_symhdr->ifdMax);
746 output_symhdr->crfd += input_symhdr->crfd;
891 file_ptr pos = input_symhdr->cbLineOffset + fdr.cbLineOffset
587 HDRR * const input_symhdr = &input_debug->symbolic_header; local
    [all...]

Completed in 43 milliseconds