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

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DMachOStructs.h28 llvm::support::ulittle16_t n_desc; member in struct:lld::structs::nlist_64
H A DInputFiles.cpp263 if (sym.n_desc & N_ALT_ENTRY) {
/freebsd-13-stable/sys/sys/
H A Dnlist_aout.h64 short n_desc; /* used by stab entries */ member in struct:nlist
68 #define n_hash n_desc /* used internally by ld(1); XXX */
H A Dlink_aout.h98 #define nz_desc nlist.n_desc
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h324 // 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-13-stable/usr.sbin/iostat/
H A Diostat.c125 .n_type = 0, .n_other = 0, .n_desc = 0, .n_value = 0 },
128 .n_type = 0, .n_other = 0, .n_desc = 0, .n_value = 0 },
131 .n_type = 0, .n_other = 0, .n_desc = 0, .n_value = 0 },
134 .n_type = 0, .n_other = 0, .n_desc = 0, .n_value = 0 },
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp190 SE.n_desc = nlist.n_desc;
H A DObject.h107 uint16_t n_desc; member in struct:llvm::objcopy::macho::SymbolEntry
H A DMachOWriter.cpp275 ListEntry.n_desc = SE.n_desc;
/freebsd-13-stable/lib/libc/gen/
H A Dnlist.c212 p->n_desc = 0;
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h114 int16_t n_desc; member in struct:stab
H A Dstabs.c291 fstr, stab->n_type, 0, stab->n_desc,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp247 Desc = NL64.n_desc;
255 Desc = NL32.n_desc;
/freebsd-13-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-13-stable/lib/libkvm/
H A Dkvm.c355 nl[i].n_desc = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h87 uint16_t n_desc; member in struct:llvm::MachOYAML::NListEntry
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp400 Symbol.Flags = Entry.n_desc;
408 Symbol.Flags = Entry.n_desc;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp451 ListEntry.n_desc = NLE.n_desc;
H A DMachOYAML.cpp199 IO.mapRequired("n_desc", NListEntry.n_desc);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp415 NDesc = STE_64.n_desc;
433 NDesc = STE.n_desc;
675 // darwinPrintStab() prints the n_sect, n_desc along with a symbolic name of
688 NDesc = STE_64.n_desc;
693 NDesc = STE.n_desc;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1700 NDesc = STE_64.n_desc;
1707 NDesc = STE.n_desc;
1810 return 1 << MachO::GET_COMM_ALIGN(Entry.n_desc);
1847 uint16_t MachOFlags = Entry.n_desc;

Completed in 280 milliseconds