HomeSort by: relevance | last modified time | path
    Searched defs:n_desc (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/include/
nlist.h 81 #define n_hash n_desc /* used internally by ld(1); XXX */
82 short n_desc; /* used by stab entries */ member in struct:nlist
  /src/tools/arm-elf2aout/
nlist.h 83 #define n_hash n_desc /* used internally by ld(1); XXX */
84 int16_t n_desc; /* used by stab entries */ member in struct:nlist
  /src/tools/m68k-elf2aout/
nlist.h 83 #define n_hash n_desc /* used internally by ld(1); XXX */
84 int16_t n_desc; /* used by stab entries */ member in struct:nlist
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdddma.c 581 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 = 0
    [all...]
dwc2_hcd.h 340 * @n_desc: Number of DMA descriptors for this QTD
372 u8 n_desc; member in struct:dwc2_qtd
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
Object.h 116 uint16_t n_desc; member in struct:llvm::objcopy::macho::SymbolEntry
  /src/external/gpl3/gdb/dist/include/
bout.h 118 short n_desc; member in struct:nlist
  /src/external/gpl3/gdb.old/dist/include/
bout.h 118 short n_desc; member in struct:nlist
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
MachOYAML.h 87 uint16_t n_desc; member in struct:llvm::MachOYAML::NListEntry
  /src/external/gpl3/binutils/dist/gprofng/src/
stab.h 41 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)
Stabs.cc 930 np->n_desc = elf->decode (stbp->n_desc);
970 stabNum - 1, str, s, (int) np->n_other, (int) np->n_desc,
975 stabNum - 1, s, (int) np->n_other, (int) np->n_desc,
1085 int n_desc = (int) ((unsigned short) stb.n_desc); local
1130 lineno = xline + n_desc;
1159 xline = n_desc << 16;
1165 lineno = xline + n_desc;
1217 lineno = xline + n_desc;
    [all...]
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 276 unsigned short n_desc; /* Description field. */
274 unsigned short n_desc; \/* Description field. *\/ member in struct:internal_nlist
  /src/external/gpl3/binutils.old/dist/gprofng/src/
stab.h 41 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)
Stabs.cc 930 np->n_desc = elf->decode (stbp->n_desc);
970 stabNum - 1, str, s, (int) np->n_other, (int) np->n_desc,
975 stabNum - 1, s, (int) np->n_other, (int) np->n_desc,
1085 int n_desc = (int) ((unsigned short) stb.n_desc); local
1130 lineno = xline + n_desc;
1159 xline = n_desc << 16;
1165 lineno = xline + n_desc;
1217 lineno = xline + n_desc;
    [all...]
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 276 unsigned short n_desc; /* Description field. */
274 unsigned short n_desc; \/* Description field. *\/ member in struct:internal_nlist
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 276 unsigned short n_desc; /* Description field. */
274 unsigned short n_desc; \/* Description field. *\/ member in struct:internal_nlist
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 276 unsigned short n_desc; /* Description field. */
274 unsigned short n_desc; \/* Description field. *\/ member in struct:internal_nlist
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 118 int16_t n_desc; member in struct:stab
  /src/external/gpl3/binutils/dist/bfd/
mach-o.h 55 unsigned short n_desc; member in struct:bfd_mach_o_asymbol
  /src/external/gpl3/binutils/dist/include/mach-o/
external.h 170 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
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.h 55 unsigned short n_desc; member in struct:bfd_mach_o_asymbol
  /src/external/gpl3/binutils.old/dist/include/mach-o/
external.h 170 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
  /src/external/gpl3/gcc/dist/libbacktrace/
macho.c 257 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
  /src/external/gpl3/gcc.old/dist/libbacktrace/
macho.c 257 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
  /src/external/gpl3/gdb/dist/bfd/
mach-o.h 55 unsigned short n_desc; member in struct:bfd_mach_o_asymbol

Completed in 46 milliseconds

1 2