Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Decoff.c432 HDRR *internal_symhdr; in ecoff_slurp_symbolic_header() local
465 internal_symhdr = &ecoff_data (abfd)->debug_info.symbolic_header; in ecoff_slurp_symbolic_header()
466 (*backend->debug_swap.swap_hdr_in) (abfd, raw, internal_symhdr); in ecoff_slurp_symbolic_header()
468 if (internal_symhdr->magic != backend->debug_swap.sym_magic) in ecoff_slurp_symbolic_header()
475 bfd_get_symcount (abfd) = (internal_symhdr->isymMax in ecoff_slurp_symbolic_header()
476 + internal_symhdr->iextMax); in ecoff_slurp_symbolic_header()
497 HDRR *internal_symhdr; in _bfd_ecoff_slurp_symbolic_info() local
525 internal_symhdr = &debug->symbolic_header; in _bfd_ecoff_slurp_symbolic_info()
539 cb_end = internal_symhdr->start + internal_symhdr->count * (size); \ in _bfd_ecoff_slurp_symbolic_info()
582 if (internal_symhdr->off1 == 0) \ in _bfd_ecoff_slurp_symbolic_info()
[all …]