OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DW_OP_reg0
(Results
1 - 25
of
60
) sorted by relevancy
1
2
3
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
unavailable-dwarf-piece.exp
186
DW_OP_reg0
197
DW_OP_reg0
208
DW_OP_reg0
231
DW_OP_reg0
251
DW_OP_reg0
271
DW_OP_reg0
entry-values.exp
107
{location {
DW_OP_reg0
} SPECIAL_expr}
136
{location {
DW_OP_reg0
} SPECIAL_expr}
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
unavailable-dwarf-piece.exp
186
DW_OP_reg0
197
DW_OP_reg0
208
DW_OP_reg0
231
DW_OP_reg0
251
DW_OP_reg0
271
DW_OP_reg0
entry-values.exp
107
{location {
DW_OP_reg0
} SPECIAL_expr}
136
{location {
DW_OP_reg0
} SPECIAL_expr}
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
call-method-register.exp
91
DW_OP_reg0
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
call-method-register.exp
98
DW_OP_reg0
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-epilogue-begin.exp.tcl
87
{DW_AT_location {
DW_OP_reg0
} SPECIAL_expr}
dw2-inline-break.S
570
.byte 0x50 #
DW_OP_reg0
579
.byte 0x50 #
DW_OP_reg0
591
.byte 0x50 #
DW_OP_reg0
598
.byte 0x50 #
DW_OP_reg0
613
.byte 0x50 #
DW_OP_reg0
620
.byte 0x50 #
DW_OP_reg0
635
.byte 0x50 #
DW_OP_reg0
642
.byte 0x50 #
DW_OP_reg0
649
.byte 0x50 #
DW_OP_reg0
667
.byte 0x50 #
DW_OP_reg0
[
all
...]
clztest.S
282
.byte 0x50 #
DW_OP_reg0
321
.byte 0x50 #
DW_OP_reg0
610
.byte 0x50 #
DW_OP_reg0
661
.byte 0x50 #
DW_OP_reg0
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-epilogue-begin.exp.tcl
87
{DW_AT_location {
DW_OP_reg0
} SPECIAL_expr}
dw2-inline-break.S
570
.byte 0x50 #
DW_OP_reg0
579
.byte 0x50 #
DW_OP_reg0
591
.byte 0x50 #
DW_OP_reg0
598
.byte 0x50 #
DW_OP_reg0
613
.byte 0x50 #
DW_OP_reg0
620
.byte 0x50 #
DW_OP_reg0
635
.byte 0x50 #
DW_OP_reg0
642
.byte 0x50 #
DW_OP_reg0
649
.byte 0x50 #
DW_OP_reg0
667
.byte 0x50 #
DW_OP_reg0
[
all
...]
clztest.S
282
.byte 0x50 #
DW_OP_reg0
321
.byte 0x50 #
DW_OP_reg0
610
.byte 0x50 #
DW_OP_reg0
661
.byte 0x50 #
DW_OP_reg0
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFExpression.cpp
74
for (uint16_t LA =
DW_OP_reg0
; LA <= DW_OP_reg31; ++LA)
243
DwarfRegNum = Opcode -
DW_OP_reg0
;
276
(Opcode >=
DW_OP_reg0
&& Opcode <= DW_OP_reg31) ||
462
if (Opcode >= dwarf::
DW_OP_reg0
&& Opcode <= dwarf::DW_OP_reg31) {
465
uint64_t DwarfRegNum = Opcode - dwarf::
DW_OP_reg0
;
/src/sys/lib/libunwind/
DwarfInstructions.hpp
467
case
DW_OP_reg0
:
499
reg = opcode -
DW_OP_reg0
;
dwarf2.h
156
DW_OP_reg0
= 0x50, // Contents of reg0
/src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_loc.c
73
case
DW_OP_reg0
:
393
case
DW_OP_reg0
:
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp
48
emitOp(dwarf::
DW_OP_reg0
+ DwarfReg, Comment);
487
if (OpNum >= dwarf::
DW_OP_reg0
&& OpNum <= dwarf::DW_OP_reg31) {
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
disasm-optim.S
303
.byte 0x50 #
DW_OP_reg0
313
.byte 0x50 #
DW_OP_reg0
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
disasm-optim.S
303
.byte 0x50 #
DW_OP_reg0
313
.byte 0x50 #
DW_OP_reg0
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-entry-value-inline.S
570
.byte 0x50 #
DW_OP_reg0
602
.byte 0x50 #
DW_OP_reg0
615
.byte 0x50 #
DW_OP_reg0
/src/external/gpl3/gdb.old/dist/gdb/compile/
compile-loc2c.c
181
case
DW_OP_reg0
:
791
case
DW_OP_reg0
:
826
(arch, op -
DW_OP_reg0
));
/src/external/gpl3/gdb/dist/gdb/compile/
compile-loc2c.c
182
case
DW_OP_reg0
:
792
case
DW_OP_reg0
:
827
(arch, op -
DW_OP_reg0
));
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-entry-value-inline.S
570
.byte 0x50 #
DW_OP_reg0
602
.byte 0x50 #
DW_OP_reg0
615
.byte 0x50 #
DW_OP_reg0
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
i686-tailcall.S
312
.byte 0x50 #
DW_OP_reg0
x86_64-tailcall.S
312
.byte 0x50 #
DW_OP_reg0
Completed in 170 milliseconds
1
2
3
Indexes created Mon Aug 10 00:24:53 UTC 2026