Home | History | Annotate | Download | only in bfd

Lines Matching full:a_syms

118 #define N_STROFF(x)	(N_SYMOFF(x) + (x).a_syms)
301 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE;
394 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
423 PUT_WORD (abfd, execp->a_syms, bytes->e_syms);
493 if (execp->a_syms)
520 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist);
1191 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE;
1195 exec_hdr (abfd)->a_syms,
1208 || (bfd_bread (syms, exec_hdr (abfd)->a_syms, abfd)
1209 != exec_hdr (abfd)->a_syms))
1221 && exec_hdr (abfd)->a_syms != 0)
3949 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE;
3950 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms;