Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/
Dmd5.sum3907 5477dc224f249d5d847bb14b5809df81 sim/testsuite/sim/arm/adc.cgs
3908 1c290ff406eb9de96060785ccfb36a33 sim/testsuite/sim/arm/add.cgs
3910 58ac8d4d5ea2fe8c946251b4592629c6 sim/testsuite/sim/arm/and.cgs
3911 99933c6f18e0fe8c3cbfeea3222bc270 sim/testsuite/sim/arm/b.cgs
3912 8e130c393453b06b0c4f168915320147 sim/testsuite/sim/arm/bic.cgs
3913 d3676059d440e43421abe9377b45644e sim/testsuite/sim/arm/bl.cgs
3914 d8cbbc37fbab2579e37ca9ed2c82d6e3 sim/testsuite/sim/arm/bx.cgs
3915 d80faf2d614f5b40636508bb03f723ff sim/testsuite/sim/arm/cmn.cgs
3916 514c9855ea49dbd189076992160d290a sim/testsuite/sim/arm/cmp.cgs
3917 5b1a485b23f4ada997bc9c482f4b142d sim/testsuite/sim/arm/eor.cgs
[all …]
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DPDB.cpp1444 CoffGroupSym cgs(SymbolRecordKind::CoffGroupSym); in addLinkerModuleCoffGroup() local
1445 cgs.Name = sec->name; in addLinkerModuleCoffGroup()
1446 cgs.Segment = os.sectionIndex; in addLinkerModuleCoffGroup()
1447 cgs.Offset = firstChunk->getRVA() - os.getRVA(); in addLinkerModuleCoffGroup()
1448 cgs.Size = lastChunk->getRVA() + lastChunk->getSize() - firstChunk->getRVA(); in addLinkerModuleCoffGroup()
1449 cgs.Characteristics = sec->characteristics; in addLinkerModuleCoffGroup()
1454 if (cgs.Name.startswith(".idata")) in addLinkerModuleCoffGroup()
1455 cgs.Characteristics |= llvm::COFF::IMAGE_SCN_MEM_WRITE; in addLinkerModuleCoffGroup()
1458 cgs, bAlloc, CodeViewContainer::Pdb)); in addLinkerModuleCoffGroup()
/freebsd-12-stable/sys/dev/mlx5/
Dqp.h529 u8 cgs; member
Dmlx5_ifc.h2031 u8 cgs[0x1]; member
/freebsd-12-stable/share/termcap/
Dtermcap375 # New "safe" cursor movement (11/87) from cgs@umd5. Prevents freakout with
/freebsd-12-stable/contrib/ncurses/misc/
Dterminfo.src14735 # New "safe" cursor movement (11/87) from <cgs@umd5.umd.edu>. Prevents