Searched refs:nsp (Results 1 - 2 of 2) sorted by path

/haiku-fatelf/src/bin/gdb/bfd/
H A Daoutx.h1990 struct external_nlist nsp;
1996 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx);
2000 H_PUT_16 (abfd, aout_symbol (g)->desc, nsp.e_desc);
2001 H_PUT_8 (abfd, aout_symbol (g)->other, nsp.e_other);
2002 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type);
2006 H_PUT_16 (abfd, 0, nsp.e_desc);
2007 H_PUT_8 (abfd, 0, nsp.e_other);
2008 H_PUT_8 (abfd, 0, nsp.e_type);
2011 if (! translate_to_native_sym_flags (abfd, g, &nsp))
2015 if (bfd_bwrite ((PTR) &nsp, am
1986 struct external_nlist nsp; variable in typeref:struct:external_nlist
[all...]
H A Dpdp11.c1966 struct external_nlist nsp;
1968 PUT_WORD (abfd, 0, nsp.e_unused);
1973 PUT_WORD (abfd, indx, nsp.e_strx);
1976 H_PUT_8 (abfd, aout_symbol(g)->type, nsp.e_type);
1978 H_PUT_8 (abfd, 0, nsp.e_type);
1980 if (! translate_to_native_sym_flags (abfd, g, &nsp))
1983 H_PUT_8 (abfd, 0, nsp.e_ovly);
1985 if (bfd_bwrite ((PTR)&nsp, (bfd_size_type) EXTERNAL_NLIST_SIZE, abfd)
1962 struct external_nlist nsp; local

Completed in 86 milliseconds