Searched refs:DW_OP_deref (Results 1 – 16 of 16) sorted by relevance
| /trueos/lib/libdwarf/ |
| HD | dwarf_loc.c | 103 case DW_OP_deref: in dwarf_op_num() 325 case DW_OP_deref: in dwarf_loc_fill()
|
| HD | dwarf.h | 190 #define DW_OP_deref 0x06 macro
|
| /trueos/contrib/gdb/gdb/ |
| HD | dwarf2expr.c | 482 case DW_OP_deref: in execute_stack_op() 494 case DW_OP_deref: in execute_stack_op()
|
| HD | dwarf2read.c | 6813 case DW_OP_deref: in dwarf_stack_op_name() 7617 case DW_OP_deref: in decode_locdesc()
|
| /trueos/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfCompileUnit.cpp | 500 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in addAddress() 537 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in addComplexAddress() 655 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in addBlockByrefAddress() 667 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in addBlockByrefAddress() 1859 addUInt(VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in constructMemberDIE() 1863 addUInt(VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in constructMemberDIE()
|
| HD | DwarfDebug.cpp | 2736 Asm->EmitInt8(dwarf::DW_OP_deref); in emitDebugLoc() 2759 Asm->EmitInt8(dwarf::DW_OP_deref); in emitDebugLoc()
|
| HD | AsmPrinter.cpp | 866 EmitInt8(dwarf::DW_OP_deref); in EmitDwarfRegOp()
|
| /trueos/contrib/binutils/include/elf/ |
| HD | dwarf2.h | 391 DW_OP_deref = 0x06, enumerator
|
| /trueos/contrib/gcc/ |
| HD | dwarf2.h | 396 DW_OP_deref = 0x06, enumerator
|
| HD | unwind-dw2.c | 655 case DW_OP_deref: in execute_stack_op() 669 case DW_OP_deref: in execute_stack_op()
|
| HD | dwarf2out.c | 2801 case DW_OP_deref: in dwarf_stack_op_name() 3477 tmp = new_loc_descr (DW_OP_deref, 0, 0); in build_cfa_loc() 3595 case DW_OP_deref: in get_cfa_from_loc_descr() 8901 add_loc_descr (&mem_loc_result, new_loc_descr (DW_OP_deref, 0, 0)); in mem_loc_descriptor() 9555 op = DW_OP_deref; in loc_descriptor_from_tree_1() 9796 tmp = new_loc_descr (DW_OP_deref, 0, 0); in add_data_member_location_attribute() 9809 tmp = new_loc_descr (DW_OP_deref, 0, 0); in add_data_member_location_attribute()
|
| HD | ChangeLog-2006 | 16581 DW_OP_deref{,_size} if address isn't going to be added.
|
| /trueos/contrib/llvm/lib/Support/ |
| HD | Dwarf.cpp | 306 case DW_OP_deref: return "DW_OP_deref"; in OperationEncodingString()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | Dwarf.h | 362 DW_OP_deref = 0x06, enumerator
|
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | DWARFExpression.cpp | 328 …case DW_OP_deref: *s << "DW_OP_deref"; break; // 0… in DumpLocation() 838 case DW_OP_deref: // 0x06 in GetOpcodeDataSize() 1430 case DW_OP_deref: in Evaluate()
|
| /trueos/contrib/binutils/binutils/ |
| HD | dwarf.c | 605 case DW_OP_deref: in decode_location_expression()
|