Searched refs:n_desc (Results 1 - 25 of 65) sorted by last modified time

123

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Darm-dis.c12838 is_thumb = (asym->n_desc & BFD_MACH_O_N_ARM_THUMB_DEF);
/netbsd-current/external/gpl3/gdb/dist/include/mach-o/
H A Dexternal.h170 unsigned char n_desc[2]; member in struct:mach_o_nlist_external
180 unsigned char n_desc[2]; member in struct:mach_o_nlist_64_external
/netbsd-current/external/gpl3/gdb/dist/include/aout/
H A Daout64.h276 unsigned short n_desc; /* Description field. */
274 unsigned short n_desc; /* Description field. */ member in struct:internal_nlist
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dbout.h118 short n_desc; member in struct:nlist
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddbxread.c827 (intern).n_desc = bfd_h_get_16 (abfd, (extern)->e_desc); \
2296 process_one_symbol (type, nlist.n_desc, nlist.n_value,
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dmach-o.h55 unsigned short n_desc; member in struct:bfd_mach_o_asymbol
H A Dmach-o.c566 os->n_desc = is->n_desc;
1101 asym->n_type, name, asym->n_sect, asym->n_desc);
2032 bfd_h_put_16 (abfd, s->n_desc, raw.n_desc);
2046 bfd_h_put_16 (abfd, s->n_desc, raw.n_desc);
2522 s->n_desc |= BFD_MACH_O_N_WEAK_REF;
3750 desc = bfd_h_get_16 (abfd, raw.n_desc);
3773 s->n_desc
[all...]
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dmacho.c257 uint16_t n_desc; /* Stabs description field */ member in struct:macho_nlist
268 uint16_t n_desc; /* Stabs description field */ member in struct:macho_nlist_64
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c257 uint16_t n_desc; /* Stabs description field */ member in struct:macho_nlist
268 uint16_t n_desc; /* Stabs description field */ member in struct:macho_nlist_64
/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcdddma.c581 u16 idx, inc, n_desc = 0, ntd_max = 0; local
630 n_desc++;
657 if (n_desc > DESCNUM_THRESHOLD)
687 int n_desc)
689 struct dwc2_hcd_dma_desc *dma_desc = &qh->desc_list[n_desc];
710 qh->n_bytes[n_desc] = len;
719 (n_desc * sizeof(struct dwc2_hcd_dma_desc)),
740 int n_desc = 0; local
755 if (n_desc) {
765 qtd->n_desc
684 dwc2_fill_host_dma_desc(struct dwc2_hsotg *hsotg, struct dwc2_host_chan *chan, struct dwc2_qtd *qtd, struct dwc2_qh *qh, int n_desc) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Darm-dis.c12188 is_thumb = (asym->n_desc & BFD_MACH_O_N_ARM_THUMB_DEF);
/netbsd-current/external/gpl3/gdb.old/dist/include/mach-o/
H A Dexternal.h170 unsigned char n_desc[2]; member in struct:mach_o_nlist_external
180 unsigned char n_desc[2]; member in struct:mach_o_nlist_64_external
/netbsd-current/external/gpl3/gdb.old/dist/include/aout/
H A Daout64.h276 unsigned short n_desc; /* Description field. */
274 unsigned short n_desc; /* Description field. */ member in struct:internal_nlist
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dbout.h118 short n_desc; member in struct:nlist
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddbxread.c829 (intern).n_desc = bfd_h_get_16 (abfd, (extern)->e_desc); \
2242 process_one_symbol (type, nlist.n_desc, nlist.n_value,
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dmach-o.h55 unsigned short n_desc; member in struct:bfd_mach_o_asymbol
H A Dmach-o.c566 os->n_desc = is->n_desc;
1112 asym->n_type, name, asym->n_sect, asym->n_desc);
2030 bfd_h_put_16 (abfd, s->n_desc, raw.n_desc);
2044 bfd_h_put_16 (abfd, s->n_desc, raw.n_desc);
2520 s->n_desc |= BFD_MACH_O_N_WEAK_REF;
3763 desc = bfd_h_get_16 (abfd, raw.n_desc);
3786 s->n_desc
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dobj-macho.c1047 s->n_desc &= ~LAZY; /* The native tool switches this off too. */
1059 s->n_desc |= BFD_MACH_O_N_NO_DEAD_STRIP;
1061 s->n_desc |= (REFE | BFD_MACH_O_N_NO_DEAD_STRIP);
1066 s->n_desc |= BFD_MACH_O_N_NO_DEAD_STRIP;
1068 s->n_desc |= (REFE | LAZY | BFD_MACH_O_N_NO_DEAD_STRIP);
1073 s->n_desc |= BFD_MACH_O_N_NO_DEAD_STRIP ;
1078 s->n_desc |= BFD_MACH_O_N_WEAK_REF ;
1091 s->n_desc |= BFD_MACH_O_N_WEAK_DEF;
1401 if ((s->n_desc & BFD_MACH_O_N_WEAK_DEF)
1411 s->n_desc
[all...]
H A Dobj-macho.h44 ___s->n_desc = (___s->n_desc & 0xf0ff) | (((V) & 0x0f) << 8);\
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Darm-dis.c11895 is_thumb = (asym->n_desc & BFD_MACH_O_N_ARM_THUMB_DEF);
/netbsd-current/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h170 unsigned char n_desc[2]; member in struct:mach_o_nlist_external
180 unsigned char n_desc[2]; member in struct:mach_o_nlist_64_external
/netbsd-current/external/gpl3/binutils.old/dist/include/aout/
H A Daout64.h273 unsigned short n_desc; /* Description field. */
271 unsigned short n_desc; /* Description field. */ member in struct:internal_nlist
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dbout.h118 short n_desc; member in struct:nlist
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-macho.h44 ___s->n_desc = (___s->n_desc & 0xf0ff) | (((V) & 0x0f) << 8);\
H A Dobj-macho.c1047 s->n_desc &= ~LAZY; /* The native tool switches this off too. */
1059 s->n_desc |= BFD_MACH_O_N_NO_DEAD_STRIP;
1061 s->n_desc |= (REFE | BFD_MACH_O_N_NO_DEAD_STRIP);
1066 s->n_desc |= BFD_MACH_O_N_NO_DEAD_STRIP;
1068 s->n_desc |= (REFE | LAZY | BFD_MACH_O_N_NO_DEAD_STRIP);
1073 s->n_desc |= BFD_MACH_O_N_NO_DEAD_STRIP ;
1078 s->n_desc |= BFD_MACH_O_N_WEAK_REF ;
1091 s->n_desc |= BFD_MACH_O_N_WEAK_DEF;
1401 if ((s->n_desc & BFD_MACH_O_N_WEAK_DEF)
1411 s->n_desc
[all...]

Completed in 443 milliseconds

123