Lines Matching defs:nsp
1860 struct external_nlist nsp;
1866 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx);
1870 H_PUT_16 (abfd, aout_symbol (g)->desc, nsp.e_desc);
1871 H_PUT_8 (abfd, aout_symbol (g)->other, nsp.e_other);
1872 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type);
1876 H_PUT_16 (abfd, 0, nsp.e_desc);
1877 H_PUT_8 (abfd, 0, nsp.e_other);
1878 H_PUT_8 (abfd, 0, nsp.e_type);
1881 if (! translate_to_native_sym_flags (abfd, g, &nsp))
1885 if (bfd_write (&nsp, amt, abfd) != amt)