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_entry_value
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-entry-value-2.exp
16
# Check that we can get
DW_OP_entry_value
at function entry.
67
DW_OP_entry_value
{
83
DW_OP_entry_value
{
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFExpression.cpp
104
Descriptions[
DW_OP_entry_value
] = Desc(Op::Dwarf5, Op::SizeLEB);
316
else if (Opcode !=
DW_OP_entry_value
&&
337
if (Op.getCode() ==
DW_OP_entry_value
||
440
case dwarf::
DW_OP_entry_value
:
442
//
DW_OP_entry_value
contains a sub-expression which must be rendered
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp
271
//
DW_OP_entry_value
operations can only hold a DWARF expression or a
408
emitOp(CU.getDwarf5OrGNULocationAtom(dwarf::
DW_OP_entry_value
));
DwarfCompileUnit.cpp
1157
case dwarf::
DW_OP_entry_value
:
/src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
Statistics.cpp
88
/// the debug entry values (
DW_OP_entry_value
).
96
/// the debug entry values (
DW_OP_entry_value
) (only for parameters).
104
/// the debug entry values (
DW_OP_entry_value
) (only for local variables).
299
// Consider the expression containing the
DW_OP_entry_value
as
302
return Op.getCode() == dwarf::
DW_OP_entry_value
||
834
"
DW_OP_entry_value
)",
844
"
DW_OP_entry_value
)",
855
"
DW_OP_entry_value
)",
/src/external/bsd/elftoolchain/dist/libdwarf/
dwarf.h
582
#define
DW_OP_entry_value
0xa3
/src/external/gpl3/binutils/dist/include/
dwarf2.def
665
DW_OP (
DW_OP_entry_value
, 0xa3)
/src/external/gpl3/binutils.old/dist/include/
dwarf2.def
654
DW_OP (
DW_OP_entry_value
, 0xa3)
/src/external/gpl3/gcc/dist/include/
dwarf2.def
654
DW_OP (
DW_OP_entry_value
, 0xa3)
/src/external/gpl3/gcc.old/dist/include/
dwarf2.def
654
DW_OP (
DW_OP_entry_value
, 0xa3)
/src/external/gpl3/gdb.old/dist/include/
dwarf2.def
654
DW_OP (
DW_OP_entry_value
, 0xa3)
/src/external/gpl3/gdb/dist/include/
dwarf2.def
654
DW_OP (
DW_OP_entry_value
, 0xa3)
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c
870
ensure_have_per_cu (this->m_per_cu, "
DW_OP_entry_value
");
871
ensure_have_frame (this->m_frame, "
DW_OP_entry_value
");
2242
case
DW_OP_entry_value
:
2251
error (_("
DW_OP_entry_value
: too few bytes available."));
2276
error (_("DWARF-2 expression error:
DW_OP_entry_value
is "
loc.c
823
_("
DW_OP_entry_value
resolving has found "
1168
_("
DW_OP_entry_value
resolving callee gdbarch %s "
1181
throw_error (NO_ENTRY_VALUE_ERROR, _("
DW_OP_entry_value
resolving "
1208
_("
DW_OP_entry_value
resolving expects callee %s at %s %s"
1411
_("DWARF-2 expression error:
DW_OP_entry_value
is supported "
2085
case
DW_OP_entry_value
:
3660
case
DW_OP_entry_value
:
/src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c
916
ensure_have_per_cu (this->m_per_cu, "
DW_OP_entry_value
");
917
ensure_have_frame (this->m_frame, "
DW_OP_entry_value
");
1540
assume that
DW_OP_entry_value
(expr) == expr.
2305
case
DW_OP_entry_value
:
2314
error (_("
DW_OP_entry_value
: too few bytes available."));
2323
/* We can assume that
DW_OP_entry_value
(expr) == expr.
2348
/* We can assume that
DW_OP_entry_value
(expr) == expr.
2361
error (_("DWARF-2 expression error:
DW_OP_entry_value
is "
loc.c
823
_("
DW_OP_entry_value
resolving has found "
1168
_("
DW_OP_entry_value
resolving callee gdbarch %s "
1181
throw_error (NO_ENTRY_VALUE_ERROR, _("
DW_OP_entry_value
resolving "
1208
_("
DW_OP_entry_value
resolving expects callee %s at %s %s"
1411
_("DWARF-2 expression error:
DW_OP_entry_value
is supported "
2114
case
DW_OP_entry_value
:
3688
case
DW_OP_entry_value
:
/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
dwarf.exp
1407
DW_OP_entry_value
{
/src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc
1694
case
DW_OP_entry_value
:
1982
case
DW_OP_entry_value
:
2420
case
DW_OP_entry_value
:
2728
case
DW_OP_entry_value
:
16433
mem_loc_result = new_loc_descr (dwarf_OP (
DW_OP_entry_value
), 0, 0);
18561
case
DW_OP_entry_value
:
30070
case
DW_OP_entry_value
:
30617
case
DW_OP_entry_value
:
31735
case
DW_OP_entry_value
:
31976
case
DW_OP_entry_value
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc
1696
case
DW_OP_entry_value
:
1984
case
DW_OP_entry_value
:
2422
case
DW_OP_entry_value
:
2730
case
DW_OP_entry_value
:
16349
mem_loc_result = new_loc_descr (dwarf_OP (
DW_OP_entry_value
), 0, 0);
18475
case
DW_OP_entry_value
:
29924
case
DW_OP_entry_value
:
30471
case
DW_OP_entry_value
:
31588
case
DW_OP_entry_value
:
31829
case
DW_OP_entry_value
[
all
...]
/src/external/gpl3/binutils/dist/binutils/
dwarf.c
1577
case
DW_OP_entry_value
:
1583
printf ("%s: (", (op ==
DW_OP_entry_value
1584
? "
DW_OP_entry_value
" : "DW_OP_GNU_entry_value"));
/src/external/gpl3/binutils.old/dist/binutils/
dwarf.c
1576
case
DW_OP_entry_value
:
1582
printf ("%s: (", (op ==
DW_OP_entry_value
1583
? "
DW_OP_entry_value
" : "DW_OP_GNU_entry_value"));
Completed in 153 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026