Home
last modified time | relevance | path

Searched refs:n_desc (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/sys/
H A Dnlist_aout.h60 short n_desc; /* used by stab entries */ member
64 #define n_hash n_desc /* used internally by ld(1); XXX */
H A Dlink_aout.h96 #define nz_desc nlist.n_desc
/freebsd/contrib/llvm-project/lld/MachO/
H A DMachOStructs.h26 llvm::support::ulittle16_t n_desc; member
34 llvm::support::ulittle16_t n_desc; member
H A DInputFiles.cpp677 (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 DSyntheticSections.cpp1396 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 DMachO.h331 // 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 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/sys/contrib/dev/mediatek/mt76/mt7603/
H A Ddma.c112 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 Dmt76.h240 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 Dmt76x02_mmio.c109 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 Dmt76_connac.h387 int mt76_connac_init_tx_queues(struct mt76_phy *phy, int idx, int n_desc,
H A Ddma.c698 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 Dcompact-unwind-dumper.c281 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 Dnlist.c208 p->n_desc = 0; in __elf_fdnlist()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp229 SE.n_desc = nlist.n_desc; in constructSymbolEntry()
H A DMachOObject.h110 uint16_t n_desc; member
H A DMachOWriter.cpp278 ListEntry.n_desc = SE.n_desc; in writeNListEntry()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h110 int16_t n_desc; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Ddma.c9 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 DMachOBuilder.h252 Sym.n_desc = Desc;
330 Sym.n_desc = Desc;
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h88 uint16_t n_desc; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp482 ListEntry.n_desc = NLE.n_desc; in writeNListEntry()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp254 Desc = NL64.n_desc; in createNormalizedSymbols()
262 Desc = NL32.n_desc; in createNormalizedSymbols()
/freebsd/lib/libkvm/
H A Dkvm.c352 nl[i].n_desc = 0; in kvm_nlist()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp410 Symbol.Flags = Entry.n_desc; in getSymbol()
418 Symbol.Flags = Entry.n_desc; in getSymbol()

12