Searched refs:DW_OP_bra (Results 1 - 13 of 13) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp140 case DW_OP_bra:
/external/libcxxabi/src/Unwind/
H A Ddwarf2.h117 DW_OP_bra = 0x28, // signed 2-byte constant enumerator in enum:__anon23622
H A DDwarfInstructions.hpp524 case DW_OP_bra:
/external/libunwind/src/dwarf/
H A DGexpr.c66 [DW_OP_bra] = OPND1 (VAL16),
620 case DW_OP_bra:
/external/libunwind/include/
H A Ddwarf.h94 DW_OP_bra = 0x28, enumerator in enum:__anon24647
/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation.c346 case DW_OP_bra:
H A Ddwarf.h363 DW_OP_bra = 0x28, /* Signed 2-byte constant. */ enumerator in enum:__anon21156
/external/llvm/lib/Support/
H A DDwarf.cpp353 case DW_OP_bra: return "DW_OP_bra";
/external/lldb/source/Expression/
H A DDWARFExpression.cpp85 case 0x28: return "DW_OP_bra";
356 case DW_OP_bra: s->Printf("DW_OP_bra(0x%4.4x)", m_data.GetU16(&offset)); break; // 0x28 1 signed 2-byte constant
936 case DW_OP_bra: // 0x28 1 signed 2-byte constant
2135 // OPCODE: DW_OP_bra
2144 case DW_OP_bra:
2158 error_ptr->SetErrorString("Invalid opcode offset in DW_OP_bra.");
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h432 DW_OP_bra = 0x28, enumerator in enum:__anon32410
H A Dd3basics.c849 case DW_OP_bra:
853 FAIL("evaluate_Dwarf3_Expr: DW_OP_bra before start of expr");
855 FAIL("evaluate_Dwarf3_Expr: DW_OP_bra after end of expr");
/external/llvm/include/llvm/Support/
H A DDwarf.h413 DW_OP_bra = 0x28, enumerator in enum:llvm::dwarf::LocationAtom
/external/elfutils/0.153/src/
H A Dreadelf.c3948 [DW_OP_bra] = "bra",
4294 case DW_OP_bra:

Completed in 179 milliseconds