Lines Matching full:a_syms
386 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
418 PUT_WORD (abfd, execp->a_syms , bytes->e_syms);
489 if (execp->a_syms)
521 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist);
1304 bfd_size_type amt = exec_hdr (abfd)->a_syms;
1336 && exec_hdr (abfd)->a_syms != 0)
5621 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE;
5622 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms;