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

123

/netbsd-current/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-current/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-current/tools/arm-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-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/lib/libc/gen/
H A Dnlist_aout.c147 p->n_desc = 0;
179 p->n_desc = s->n_desc;
H A Dnlist_coff.c143 p->n_desc = 0;
177 p->n_desc = 0; /* XXX */
H A Dnlist_ecoff.c144 p->n_desc = 0;
168 p->n_desc = 0; /* XXX */
H A Dnlist_elf32.c160 p->n_desc = 0;
282 p->n_desc = 0;
324 p->n_desc = 0; /* XXX */
/netbsd-current/external/gpl3/binutils/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...]
/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...]
/netbsd-current/external/gpl3/gdb.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...]
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dbout.h118 short n_desc; member in struct:nlist
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dbout.h118 short n_desc; member in struct: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/dist/include/
H A Dbout.h118 short n_desc; member in struct:nlist
/netbsd-current/external/gpl3/binutils/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/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/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/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/dist/gprofng/src/
H A Dstab.h41 short n_desc; /* see stabs documentation */ member in struct:stab
45 /* patchtypes for N_PATCH stab (n_desc field) */
173 * Optional language designations for N_SO (n_desc field)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h325 // Constant masks for the "n_desc" field in llvm::MachO::nlist and
984 uint16_t n_desc; member in struct:llvm::MachO::nlist_base
991 int16_t n_desc; member in struct:llvm::MachO::nlist
999 uint16_t n_desc; member in struct:llvm::MachO::nlist_64
1268 sys::swapByteOrder(S.n_desc);
1273 sys::swapByteOrder(sym.n_desc);
1279 sys::swapByteOrder(sym.n_desc);
1393 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { argument
1394 return (((n_desc) >> 8u) & 0xffu);
1397 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_ argument
1401 GET_COMM_ALIGN(uint16_t n_desc) argument
1405 SET_COMM_ALIGN(uint16_t &n_desc, uint8_t align) argument
[all...]

Completed in 225 milliseconds

123