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

12

/freebsd-11-stable/sys/sys/
H A Dnlist_aout.h62 short n_desc; /* used by stab entries */ member in struct:nlist
66 #define n_hash n_desc /* used internally by ld(1); XXX */
H A Dlink_aout.h96 #define nz_desc nlist.n_desc
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h117 short n_desc; member in struct:nlist
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c171 p->n_desc = 0;
188 p->n_desc = symtab->n_desc;
321 p->n_desc = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h319 // Constant masks for the "n_desc" field in llvm::MachO::nlist and
981 uint16_t n_desc; member in struct:llvm::MachO::nlist_base
988 int16_t n_desc; member in struct:llvm::MachO::nlist
996 uint16_t n_desc; member in struct:llvm::MachO::nlist_64
1265 sys::swapByteOrder(S.n_desc);
1270 sys::swapByteOrder(sym.n_desc);
1276 sys::swapByteOrder(sym.n_desc);
1390 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { argument
1391 return (((n_desc) >> 8u) & 0xffu);
1394 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_ argument
1398 GET_COMM_ALIGN(uint16_t n_desc) argument
1402 SET_COMM_ALIGN(uint16_t &n_desc, uint8_t align) argument
[all...]
/freebsd-11-stable/usr.sbin/iostat/
H A Diostat.c123 .n_type = 0, .n_other = 0, .n_desc = 0, .n_value = 0 },
126 .n_type = 0, .n_other = 0, .n_desc = 0, .n_value = 0 },
129 .n_type = 0, .n_other = 0, .n_desc = 0, .n_value = 0 },
132 .n_type = 0, .n_other = 0, .n_desc = 0, .n_value = 0 },
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp182 SE.n_desc = nlist.n_desc;
H A DObject.h106 uint16_t n_desc; member in struct:llvm::objcopy::macho::SymbolEntry
H A DMachOWriter.cpp266 ListEntry.n_desc = SE.n_desc;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h104 int16_t n_desc; member in struct:stab
H A Dstabs.c291 fstr, stab->n_type, 0, stab->n_desc,
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h233 short n_desc;
232 short n_desc; member in struct:nlist
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h276 unsigned short n_desc; /* Description field. */
274 unsigned short n_desc; /* Description field. */ member in struct:internal_nlist
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp222 Desc = NL64.n_desc;
230 Desc = NL32.n_desc;
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c324 nlist.n_desc = nlist_32.n_desc;
354 nlist.n_desc = nlist_32.n_desc;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h72 uint16_t n_desc; member in struct:llvm::MachOYAML::NListEntry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp379 ListEntry.n_desc = NLE.n_desc;
H A DMachOYAML.cpp197 IO.mapRequired("n_desc", NListEntry.n_desc);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp397 sout.desc = sin->n_desc;
429 sout.desc = sin->n_desc;
H A DMachONormalizedFileBinaryWriter.cpp1055 nb->n_desc = sym.desc;
1065 nb->n_desc = sym.desc;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp400 Symbol.Flags = Entry.n_desc;
408 Symbol.Flags = Entry.n_desc;
/freebsd-11-stable/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c176 uint32_t n_desc);
1039 nlna_submit_rx_free_desc(struct nlna_softc *sc, uint32_t n_desc) argument
1046 if (n_desc > 1) {
1047 PDEBUG("Sending %d free-in descriptors to station=%d\n", n_desc,
1055 for (i = 0; i < n_desc; i++) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp400 NDesc = STE_64.n_desc;
418 NDesc = STE.n_desc;
660 // darwinPrintStab() prints the n_sect, n_desc along with a symbolic name of
673 NDesc = STE_64.n_desc;
678 NDesc = STE.n_desc;
/freebsd-11-stable/lib/libkvm/
H A Dkvm.c812 nl[i].n_desc = 0;
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c861 (intern).n_desc = bfd_h_get_16 (abfd, (extern)->e_desc); \
2581 process_one_symbol (type, nlist.n_desc, nlist.n_value,

Completed in 258 milliseconds

12