Home
last modified time | relevance | path

Searched refs:DW_OP_call_ref (Results 1 – 17 of 17) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getlocation_die.c47 case DW_OP_call_ref: in dwarf_getlocation_die()
Ddwarf_getlocation_attr.c86 case DW_OP_call_ref: in dwarf_getlocation_attr()
Ddwarf.h467 DW_OP_call_ref = 0x9a, enumerator
Ddwarf_getlocation.c301 case DW_OP_call_ref: in __libdw_intern_expression()
Dknown-dwarf.h428 DWARF_ONE_KNOWN_DW_OP (call_ref, DW_OP_call_ref) \
DChangeLog285 NULL for DW_OP_call_ref and DW_OP_GNU_implicit_pointer. For
1299 REF_SIZE. Use that to handle DW_OP_call_ref correctly.
/external/libunwind_llvm/src/
Ddwarf2.h230 DW_OP_call_ref = 0x9A, // 4- or 8-byte offset of DIE enumerator
DDwarfInstructions.hpp745 case DW_OP_call_ref: in evaluateExpression()
/external/libunwind/src/dwarf/
DGexpr.c107 [DW_OP_call_ref] = OPND1 (OFFSET)
633 case DW_OP_call_ref: in dwarf_eval_expr()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h487 DW_OP_call_ref =0x9a, enumerator
/external/libunwind/include/
Ddwarf.h135 DW_OP_call_ref = 0x9a, enumerator
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h556 DW_OP_call_ref = 0x9a, enumerator
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h449 DW_OP_call_ref = 0x9a, enumerator
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp438 case DW_OP_call_ref: return "DW_OP_call_ref"; in OperationEncodingString()
/external/elfutils/tests/
Dvarlocs.c269 case DW_OP_call_ref: in print_expr()
/external/elfutils/src/
DChangeLog583 * readelf.c (print_ops): Handle zero ref_size for DW_OP_call_ref
1672 Fix DW_OP_call_ref decoding to depend on it.
1752 Use that for DW_OP_call_ref, not ADDRSIZE.
Dreadelf.c4105 case DW_OP_call_ref: in print_ops()