Searched refs:n_desc (Results 1 - 25 of 25) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Dnlist.h81 #define n_hash n_desc /* used internally by ld(1); XXX */
82 short n_desc; /* used by stab entries */ member in struct:nlist
H A Dlink_aout.h94 #define nz_desc nlist.n_desc
/netbsd-6-1-5-RELEASE/tools/m68k-elf2aout/
H A Dnlist.h83 #define n_hash n_desc /* used internally by ld(1); XXX */
84 int16_t n_desc; /* used by stab entries */ member in struct:nlist
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dnlist_aout.c149 p->n_desc = 0;
181 p->n_desc = s->n_desc;
H A Dnlist_ecoff.c147 p->n_desc = 0;
171 p->n_desc = 0; /* XXX */
H A Dnlist_coff.c147 p->n_desc = 0;
181 p->n_desc = 0; /* XXX */
H A Dnlist_elf32.c152 p->n_desc = 0;
251 p->n_desc = 0;
293 p->n_desc = 0; /* XXX */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dbout.h118 short n_desc; member in struct:nlist
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dbout.h118 short n_desc; member in struct:nlist
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/aout/
H A Dadobe.h116 unsigned short n_desc; /* description field */
115 unsigned short n_desc; /* description field */ member in struct:internal_nlist
H A Daout64.h273 unsigned short n_desc; /* Description field. */
271 unsigned short n_desc; /* Description field. */ member in struct:internal_nlist
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/aout/
H A Dadobe.h116 unsigned short n_desc; /* description field */
115 unsigned short n_desc; /* description field */ member in struct:internal_nlist
H A Daout64.h273 unsigned short n_desc; /* Description field. */
271 unsigned short n_desc; /* Description field. */ member in struct:internal_nlist
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h104 int16_t n_desc; member in struct:stab
H A Dstabs.c295 fstr, stab->n_type, 0, stab->n_desc,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Daout_gnu.h234 short n_desc;
233 short n_desc; member in struct:nlist
/netbsd-6-1-5-RELEASE/usr.sbin/kvm_mkdb/
H A Dnlist_coff.c250 nbuf.n_desc = 0; /* XXX */
H A Dnlist_ecoff.c208 nbuf.n_desc = 0; /* XXX */
H A Dnlist_elf32.c307 nbuf.n_desc = 0; /* XXX */
/netbsd-6-1-5-RELEASE/usr.bin/elf2aout/
H A Delf2aout.c454 outbuf[i].n_desc = bswap16(outbuf[i].n_desc);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dmach-o.h40 /* Symbol n_desc reference flags. */
454 unsigned short n_desc; member in struct:bfd_mach_o_asymbol
H A Dmach-o.c545 asym->n_type, name, asym->n_sect, asym->n_desc);
1092 bfd_h_put_16 (abfd, s->n_desc, buf + 6);
1150 s->n_desc |= BFD_MACH_O_N_WEAK_REF;
1684 s->n_desc = desc;
1734 if (s->n_desc & BFD_MACH_O_N_WEAK_REF)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dmach-o.h40 /* Symbol n_desc reference flags. */
454 unsigned short n_desc; member in struct:bfd_mach_o_asymbol
H A Dmach-o.c545 asym->n_type, name, asym->n_sect, asym->n_desc);
1092 bfd_h_put_16 (abfd, s->n_desc, buf + 6);
1150 s->n_desc |= BFD_MACH_O_N_WEAK_REF;
1684 s->n_desc = desc;
1734 if (s->n_desc & BFD_MACH_O_N_WEAK_REF)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddbxread.c864 (intern).n_desc = bfd_h_get_16 (abfd, (extern)->e_desc); \
2650 process_one_symbol (type, nlist.n_desc, nlist.n_value,

Completed in 225 milliseconds