Home
last modified time | relevance | path

Searched refs:cgs (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/contrib/llvm-project/lld/COFF/
HDPDB.cpp1474 CoffGroupSym cgs(SymbolRecordKind::CoffGroupSym); in addLinkerModuleCoffGroup() local
1475 cgs.Name = sec->name; in addLinkerModuleCoffGroup()
1476 cgs.Segment = os.sectionIndex; in addLinkerModuleCoffGroup()
1477 cgs.Offset = firstChunk->getRVA() - os.getRVA(); in addLinkerModuleCoffGroup()
1478 cgs.Size = lastChunk->getRVA() + lastChunk->getSize() - firstChunk->getRVA(); in addLinkerModuleCoffGroup()
1479 cgs.Characteristics = sec->characteristics; in addLinkerModuleCoffGroup()
1484 if (cgs.Name.starts_with(".idata")) in addLinkerModuleCoffGroup()
1485 cgs.Characteristics |= llvm::COFF::IMAGE_SCN_MEM_WRITE; in addLinkerModuleCoffGroup()
1488 cgs, bAlloc(), CodeViewContainer::Pdb)); in addLinkerModuleCoffGroup()
/freebsd-head/sys/dev/dpaa2/
HDdpaa2_ni.h214 uint8_t cgs; member
HDdpaa2_ni.c770 sc->attr.num.cgs); in dpaa2_ni_setup()
HDdpaa2_rc.c1202 attr->num.cgs = resp->num_cgs; in dpaa2_rc_ni_get_attributes()
/freebsd-head/sys/dev/mlx5/
HDqp.h544 u8 cgs; member
HDmlx5_ifc.h2485 u8 cgs[0x1]; member
/freebsd-head/share/termcap/
HDtermcap372 # New "safe" cursor movement (11/87) from cgs@umd5. Prevents freakout with
/freebsd-head/contrib/ncurses/misc/
HDterminfo.src17758 # New "safe" cursor movement (11/87) from <cgs@umd5.umd.edu>. Prevents