OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GS
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeEnumGlobals.cpp
26
GlobalsStream &
GS
= cantFail(Session.getPDBFile().getPDBGlobalsStream());
28
for (uint32_t Off :
GS
.getGlobalsTable()) {
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
intercept.py
40
GS
= chr(0x1d)
179
content = RS.join([pid, pid, 'wrapper', entry.cwd, command]) +
GS
193
for group in filter(bool, content.split(
GS
)):
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/
regset.h
22
#undef
GS
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
TypeReferenceTracker.cpp
78
GlobalsStream &
GS
= cantFail(File.pdb().getPDBGlobalsStream());
79
for (uint32_t PubSymOff :
GS
.getGlobalsTable()) {
/src/lib/libc/gen/
unvis.c
202
#define
GS
(a) ((a) & 0xff)
208
st =
GS
(*astate);
/src/external/bsd/ntp/dist/include/
ascii.h
72
#define
GS
29
/src/external/bsd/nvi/dist/common/
common.h
45
typedef struct _gs
GS
;
95
#include "msg.h" /* Required by
gs
.h. */
96
#include "cut.h" /* Required by
gs
.h. */
99
#include "mark.h" /* Required by
gs
.h. */
101
#include "../ex/ex.h" /* Required by
gs
.h. */
102
#include "
gs
.h" /* Required by screen.h. */
/src/external/cddl/osnet/dev/dtrace/x86/
regset.h
52
* read-only; if %fs or %
gs
are updated, the results of the descriptor
144
#define
GS
0
146
#define
GS
18
/src/external/gpl3/gdb/dist/sim/rl78/
rl78.c
299
#define
GS
() get_op (&opcode, 1, 1)
450
a =
GS
();
461
a =
GS
();
472
a =
GS
();
484
if (!condition_true (opcode.op[1].condition,
GS
()))
547
b =
GS
();
609
a =
GS
();
694
a =
GS
();
739
a =
GS
();
754
a =
GS
();
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/rl78/
rl78.c
299
#define
GS
() get_op (&opcode, 1, 1)
450
a =
GS
();
461
a =
GS
();
472
a =
GS
();
484
if (!condition_true (opcode.op[1].condition,
GS
()))
547
b =
GS
();
609
a =
GS
();
694
a =
GS
();
739
a =
GS
();
754
a =
GS
();
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
ear.c
408
static int const
GS
= 0x1d;
441
fprintf(fd, "%c",
GS
);
/src/external/gpl3/gdb/dist/gdb/stubs/
i386-stub.c
125
CS, SS, DS, ES, FS,
GS
};
159
asm(" movw _registers+60, %
gs
");
196
asm ("movw %
gs
, _registers+60"); \
/src/external/gpl3/gdb.old/dist/gdb/stubs/
i386-stub.c
125
CS, SS, DS, ES, FS,
GS
};
159
asm(" movw _registers+60, %
gs
");
196
asm ("movw %
gs
, _registers+60"); \
/src/sys/arch/amiga/dev/
kbdmap.h
61
#define
GS
29
/src/sys/arch/atari/dev/
kbdmap.h
65
#define
GS
29
/src/sys/arch/x68k/include/
kbdmap.h
35
#define
GS
29
/src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h
32
#define
GS
29
/src/external/gpl3/gdb/dist/sim/rx/
rx.c
655
#define
GS
() get_op (opcode, 1)
662
#define US1() ((opcode->op[2].type == RX_Operand_None) ? GD() :
GS
())
663
#define US2() ((opcode->op[2].type == RX_Operand_None) ?
GS
() : GS2())
813
fb =
GS
(); \
1009
sll =
GS
();
1033
mb =
GS
();
1045
mb =
GS
();
1060
mb =
GS
();
1071
if (opcode->op[1].type == RX_Operand_None ||
GS
())
1103
if (opcode->op[1].type == RX_Operand_None ||
GS
())
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/rx/
rx.c
655
#define
GS
() get_op (opcode, 1)
662
#define US1() ((opcode->op[2].type == RX_Operand_None) ? GD() :
GS
())
663
#define US2() ((opcode->op[2].type == RX_Operand_None) ?
GS
() : GS2())
813
fb =
GS
(); \
1009
sll =
GS
();
1033
mb =
GS
();
1045
mb =
GS
();
1060
mb =
GS
();
1071
if (opcode->op[1].type == RX_Operand_None ||
GS
())
1103
if (opcode->op[1].type == RX_Operand_None ||
GS
())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
1279
const GlobalsSpaceRegion *
GS
= MRMgr.getGlobalsRegion(K);
1280
SVal V = svalBuilder.conjureSymbolVal(/* symbolTag = */ (const void*)
GS
, Ex, LCtx,
1284
B = B.removeBinding(
GS
)
1285
.addBinding(BindingKey::Make(
GS
, BindingKey::Default), V);
1290
Invalidated->push_back(
GS
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
3237
llvm::Constant *
GS
=
3239
llvm::Constant *ptr = llvm::ConstantExpr::getPtrToInt(
GS
, IntPtrTy);
Completed in 47 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026