Searched refs:DW_OP_plus (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/lib/libdwarf/ |
| D | dwarf_loc.c | 188 case DW_OP_plus: in dwarf_op_num() 410 case DW_OP_plus: in dwarf_loc_fill()
|
| D | dwarf.h | 217 #define DW_OP_plus 0x22 macro
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | dwarf2expr.c | 544 case DW_OP_plus: in execute_stack_op() 591 case DW_OP_plus: in execute_stack_op()
|
| D | dwarf2read.c | 6867 case DW_OP_plus: in dwarf_stack_op_name() 7602 case DW_OP_plus: in decode_locdesc()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | dwarf2.h | 416 DW_OP_plus = 0x22, enumerator
|
| D | unwind-dw2.c | 725 case DW_OP_plus: in execute_stack_op() 765 case DW_OP_plus: in execute_stack_op()
|
| D | dwarf2out.c | 2855 case DW_OP_plus: in dwarf_stack_op_name() 8973 new_loc_descr (DW_OP_plus, 0, 0)); in mem_loc_descriptor() 9293 add_loc_descr (&ret, new_loc_descr (DW_OP_plus, 0, 0)); in loc_descriptor_from_tree_1() 9302 add_loc_descr (&ret, new_loc_descr (DW_OP_plus, 0, 0)); in loc_descriptor_from_tree_1() 9394 op = DW_OP_plus; in loc_descriptor_from_tree_1() 9803 tmp = new_loc_descr (DW_OP_plus, 0, 0); in add_data_member_location_attribute()
|
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | dwarf2.h | 418 DW_OP_plus = 0x22, enumerator
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | Dwarf.cpp | 333 case DW_OP_plus: return "DW_OP_plus"; in OperationEncodingString()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | Dwarf.h | 389 DW_OP_plus = 0x22, enumerator
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.cpp | 1652 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in createGlobalVariableDIE() 1864 addUInt(VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in constructMemberDIE()
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | dwarf.c | 696 case DW_OP_plus: in decode_location_expression()
|