Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.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/sys/dev/dpaa2/
H A Ddpaa2_ni.h214 uint8_t cgs; member
H A Ddpaa2_ni.c770 sc->attr.num.cgs); in dpaa2_ni_setup()
H A Ddpaa2_rc.c1202 attr->num.cgs = resp->num_cgs; in dpaa2_rc_ni_get_attributes()
/freebsd/sys/dev/mlx5/
H A Dqp.h544 u8 cgs;
535 u8 cgs; global() member
H A Dmlx5_ifc.h2485 u8 cgs[0x1]; member
/freebsd/share/termcap/
H A Dtermcap372 # New "safe" cursor movement (11/87) from cgs@umd5. Prevents freakout with
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src17758 # New "safe" cursor movement (11/87) from <cgs@umd5.umd.edu>. Prevents