Lines Matching defs:symhdr

527      an undocumented debug data section between the symhdr and the first
2337 HDRR * const symhdr = &debug->symbolic_header;
2548 internal_a.vstamp = symhdr->vstamp;
2613 symhdr->iextMax = 0;
2614 symhdr->issExtMax = 0;
3539 HDRR *symhdr;
3553 symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
3557 esize = symhdr->iextMax * external_ext_size;
3562 if (bfd_seek (abfd, (file_ptr) symhdr->cbExtOffset, SEEK_SET) != 0
3566 ssext = bfd_malloc ((bfd_size_type) symhdr->issExtMax);
3567 if (ssext == NULL && symhdr->issExtMax != 0)
3570 if (bfd_seek (abfd, (file_ptr) symhdr->cbSsExtOffset, SEEK_SET) != 0
3571 || (bfd_bread (ssext, (bfd_size_type) symhdr->issExtMax, abfd)
3572 != (bfd_size_type) symhdr->issExtMax))
3602 HDRR *symhdr;
3619 symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
3623 esize = symhdr->iextMax * external_ext_size;
3628 if (bfd_seek (abfd, (file_ptr) symhdr->cbExtOffset, SEEK_SET) != 0
3632 ssext = bfd_malloc ((bfd_size_type) symhdr->issExtMax);
3633 if (ssext == NULL && symhdr->issExtMax != 0)
3636 if (bfd_seek (abfd, (file_ptr) symhdr->cbSsExtOffset, SEEK_SET) != 0
3637 || (bfd_bread (ssext, (bfd_size_type) symhdr->issExtMax, abfd)
3638 != (bfd_size_type) symhdr->issExtMax))
3913 HDRR *symhdr = &debug->symbolic_header;
3917 if (symhdr->count == 0) \
3921 bfd_size_type amt = (bfd_size_type) size * symhdr->count; \
3928 if (bfd_seek (input_bfd, (file_ptr) symhdr->offset, SEEK_SET) != 0 \
4454 HDRR *symhdr;
4463 symhdr = &debug->symbolic_header;
4464 symhdr->vstamp = 0;
4465 symhdr->ilineMax = 0;
4466 symhdr->cbLine = 0;
4467 symhdr->idnMax = 0;
4468 symhdr->ipdMax = 0;
4469 symhdr->isymMax = 0;
4470 symhdr->ioptMax = 0;
4471 symhdr->iauxMax = 0;
4472 symhdr->issMax = 0;
4473 symhdr->issExtMax = 0;
4474 symhdr->ifdMax = 0;
4475 symhdr->crfd = 0;
4476 symhdr->iextMax = 0;
4507 if (symhdr->vstamp == 0)
4508 symhdr->vstamp
4639 bfd_get_symcount (abfd) = symhdr->iextMax + symhdr->isymMax;