/freebsd/sys/sys/ |
H A D | nlist_aout.h | 60 short n_desc; /* used by stab entries */ member 64 #define n_hash n_desc /* used internally by ld(1); XXX */
|
H A D | link_aout.h | 96 #define nz_desc nlist.n_desc
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | MachOStructs.h | 26 llvm::support::ulittle16_t n_desc; member 34 llvm::support::ulittle16_t n_desc; member
|
H A D | InputFiles.cpp | 677 (sym.n_desc & (N_WEAK_DEF | N_WEAK_REF)) == (N_WEAK_DEF | N_WEAK_REF); in createDefined() 679 assert(!(sym.n_desc & N_ARM_THUMB_DEF) && "ARM32 arch is not supported"); in createDefined() 722 name, isec->getFile(), isec, value, size, sym.n_desc & N_WEAK_DEF, in createDefined() 723 isPrivateExtern, sym.n_desc & REFERENCED_DYNAMICALLY, in createDefined() 724 sym.n_desc & N_NO_DEAD_STRIP, isWeakDefCanBeHidden); in createDefined() 728 name, isec->getFile(), isec, value, size, sym.n_desc & N_WEAK_DEF, in createDefined() 730 sym.n_desc & REFERENCED_DYNAMICALLY, sym.n_desc & N_NO_DEAD_STRIP); in createDefined() 738 assert(!(sym.n_desc & N_ARM_THUMB_DEF) && "ARM32 arch is not supported"); in createAbsolute() 745 sym.n_desc & N_NO_DEAD_STRIP, in createAbsolute() 753 sym.n_desc & N_NO_DEAD_STRIP); in createAbsolute() [all …]
|
H A D | SyntheticSections.cpp | 1396 nList->n_desc = entry.desc; in writeTo() 1429 nList->n_desc |= defined->isExternalWeakDef() ? N_WEAK_DEF : 0; in writeTo() 1430 nList->n_desc |= in writeTo() 1433 uint16_t n_desc = nList->n_desc; in writeTo() local 1436 SET_LIBRARY_ORDINAL(n_desc, DYNAMIC_LOOKUP_ORDINAL); in writeTo() 1438 SET_LIBRARY_ORDINAL(n_desc, EXECUTABLE_ORDINAL); in writeTo() 1441 SET_LIBRARY_ORDINAL(n_desc, static_cast<uint8_t>(ordinal)); in writeTo() 1445 n_desc |= dysym->isWeakDef() ? N_WEAK_DEF : 0; in writeTo() 1446 n_desc |= dysym->isWeakRef() ? N_WEAK_REF : 0; in writeTo() 1447 nList->n_desc = n_desc; in writeTo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 331 // Constant masks for the "n_desc" field in llvm::MachO::nlist and 1006 uint16_t n_desc; 1013 int16_t n_desc; 1021 uint16_t n_desc; 1403 sys::swapByteOrder(S.n_desc); in swapStruct() 1408 sys::swapByteOrder(sym.n_desc); in swapStruct() 1414 sys::swapByteOrder(sym.n_desc); in swapStruct() 1537 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL() argument 1538 return (((n_desc) >> 8u) & 0xffu); in GET_LIBRARY_ORDINAL() 1541 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_ argument 1007 uint16_t n_desc; global() member 1014 int16_t n_desc; global() member 1022 uint16_t n_desc; global() member 1545 GET_COMM_ALIGN(uint16_t n_desc) GET_COMM_ALIGN() argument 1549 SET_COMM_ALIGN(uint16_t & n_desc,uint8_t align) SET_COMM_ALIGN() argument [all...] |
/freebsd/usr.sbin/iostat/ |
H A D | iostat.c | 123 .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/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | dma.c | 112 int idx, int n_desc, int bufsize) in mt7603_init_rx_queue() argument 116 err = mt76_queue_alloc(dev, q, idx, n_desc, bufsize, in mt7603_init_rx_queue()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76.h | 240 int idx, int n_desc, int bufsize, 1108 mt76_init_queue(struct mt76_dev *dev, int qid, int idx, int n_desc, 1112 int n_desc, int ring_base, u32 flags) in mt76_init_tx_queue() argument 1116 q = mt76_init_queue(phy->dev, qid, idx, n_desc, ring_base, flags); in mt76_init_tx_queue() 1126 int n_desc, int ring_base) in mt76_init_mcu_queue() argument 1130 q = mt76_init_queue(dev, qid, idx, n_desc, ring_base, 0); in mt76_init_mcu_queue()
|
H A D | mt76x02_mmio.c | 109 int idx, int n_desc, int bufsize) in mt76x02_init_rx_queue() argument 113 err = mt76_queue_alloc(dev, q, idx, n_desc, bufsize, in mt76x02_init_rx_queue()
|
H A D | mt76_connac.h | 387 int mt76_connac_init_tx_queues(struct mt76_phy *phy, int idx, int n_desc,
|
H A D | dma.c | 698 int idx, int n_desc, int bufsize, in mt76_dma_alloc_queue() argument 711 q->ndesc = n_desc; in mt76_dma_alloc_queue()
|
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 281 nlist.n_desc = nlist_32.n_desc; in scan_macho_load_commands() 311 nlist.n_desc = nlist_32.n_desc; in scan_macho_load_commands()
|
/freebsd/lib/libc/gen/ |
H A D | nlist.c | 208 p->n_desc = 0; in __elf_fdnlist()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOReader.cpp | 229 SE.n_desc = nlist.n_desc; in constructSymbolEntry()
|
H A D | MachOObject.h | 110 uint16_t n_desc; member
|
H A D | MachOWriter.cpp | 278 ListEntry.n_desc = SE.n_desc; in writeNListEntry()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctftools.h | 110 int16_t n_desc; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | dma.c | 9 mt7915_init_tx_queues(struct mt7915_phy *phy, int idx, int n_desc, int ring_base) in mt7915_init_tx_queues() argument 22 return mt76_connac_init_tx_queues(phy->mt76, idx, n_desc, ring_base, in mt7915_init_tx_queues()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOBuilder.h | 252 Sym.n_desc = Desc; 330 Sym.n_desc = Desc;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | MachOYAML.h | 88 uint16_t n_desc; member
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 482 ListEntry.n_desc = NLE.n_desc; in writeNListEntry()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.cpp | 254 Desc = NL64.n_desc; in createNormalizedSymbols() 262 Desc = NL32.n_desc; in createNormalizedSymbols()
|
/freebsd/lib/libkvm/ |
H A D | kvm.c | 352 nl[i].n_desc = 0; in kvm_nlist()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 410 Symbol.Flags = Entry.n_desc; in getSymbol() 418 Symbol.Flags = Entry.n_desc; in getSymbol()
|