Searched refs:n_desc (Results 26 - 50 of 65) sorted by relevance

123

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DStabs.cc1119 np->n_desc = elf->decode (stbp->n_desc);
1159 stabNum - 1, str, s, (int) np->n_other, (int) np->n_desc,
1164 stabNum - 1, s, (int) np->n_other, (int) np->n_desc,
1274 int n_desc = (int) ((unsigned short) stb.n_desc); local
1319 lineno = xline + n_desc;
1348 xline = n_desc << 16;
1354 lineno = xline + n_desc;
1406 lineno = xline + n_desc;
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp198 SE.n_desc = nlist.n_desc;
H A DObject.h116 uint16_t n_desc; member in struct:llvm::objcopy::macho::SymbolEntry
H A DMachOWriter.cpp288 ListEntry.n_desc = SE.n_desc;
/netbsd-current/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-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h108 int16_t n_desc; member in struct:stab
H A Dstabs.c295 fstr, stab->n_type, 0, stab->n_desc,
/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/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/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/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/usr.bin/elf2aout/
H A Delf2aout.c551 outbuf[i].n_desc = bswap16(outbuf[i].n_desc);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp249 Desc = NL64.n_desc;
257 Desc = NL32.n_desc;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp85 handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc,
101 dumpSymTabEntry(OS, Index, STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc,
250 OS << "Index n_strx n_type n_sect n_desc n_value\n";
304 // n_desc
/netbsd-current/external/gpl3/binutils.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);
2014 bfd_h_put_16 (abfd, s->n_desc, raw.n_desc);
2028 bfd_h_put_16 (abfd, s->n_desc, raw.n_desc);
2503 s->n_desc |= BFD_MACH_O_N_WEAK_REF;
3745 desc = bfd_h_get_16 (abfd, raw.n_desc);
3768 s->n_desc
[all...]
/netbsd-current/external/gpl3/binutils/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;
1111 asym->n_type, name, asym->n_sect, asym->n_desc);
2029 bfd_h_put_16 (abfd, s->n_desc, raw.n_desc);
2043 bfd_h_put_16 (abfd, s->n_desc, raw.n_desc);
2519 s->n_desc |= BFD_MACH_O_N_WEAK_REF;
3747 desc = bfd_h_get_16 (abfd, raw.n_desc);
3770 s->n_desc
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dmach-o.h55 unsigned short n_desc; member in struct:bfd_mach_o_asymbol
/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/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.h340 * @n_desc: Number of DMA descriptors for this QTD
372 u8 n_desc; member in struct:dwc2_qtd
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h87 uint16_t n_desc; member in struct:llvm::MachOYAML::NListEntry

Completed in 320 milliseconds

123