Home | History | Annotate | Download | only in bfd

Lines Matching defs:symhdr

1375   HDRR *symhdr;
1390 symhdr = &debug->symbolic_header;
1391 (*swap->swap_hdr_in) (abfd, ext_hdr, symhdr);
1400 if (symhdr->count == 0) \
1402 if (_bfd_mul_overflow (size, symhdr->count, &amt)) \
1407 if (bfd_seek (abfd, symhdr->offset, SEEK_SET) != 0) \
5049 HDRR *symhdr = &debug.symbolic_header;
5068 symhdr->magic = swap->sym_magic;
5070 symhdr->vstamp = 0;
5071 symhdr->ilineMax = 0;
5072 symhdr->cbLine = 0;
5073 symhdr->idnMax = 0;
5074 symhdr->ipdMax = 0;
5075 symhdr->isymMax = 0;
5076 symhdr->ioptMax = 0;
5077 symhdr->iauxMax = 0;
5078 symhdr->issMax = 0;
5079 symhdr->issExtMax = 0;
5080 symhdr->ifdMax = 0;
5081 symhdr->crfd = 0;
5082 symhdr->iextMax = 0;