/openbsd/gnu/llvm/libunwind/src/ |
H A D | dwarf2.h | 84 DW_OP_addr = 0x03, // constant address (size target specific) enumerator
|
H A D | DwarfInstructions.hpp | 407 case DW_OP_addr: in evaluateExpression()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBLocationToDWARFExpression.cpp | 88 stream.PutHex8(DW_OP_addr); in ConvertPDBLocationToDWARFExpression()
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbdwarf.py | 6 DW_OP_addr = 0x03 variable
|
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp | 83 (*Block)[0] == dwarf::DW_OP_addr) in markEverythingAsKept()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | dwarf2.h | 253 DW_OP_addr = 0x03, enumerator
|
H A D | unwind-dw2.c | 405 case DW_OP_addr: in execute_stack_op()
|
H A D | dwarf2out.c | 2214 #define INTERNAL_DW_OP_tls_addr (0x100 + DW_OP_addr) 2342 case DW_OP_addr: 2699 case DW_OP_addr: 2831 case DW_OP_addr: 2862 case DW_OP_addr: 7045 if (loc->dw_loc_opc != DW_OP_addr) in output_aranges() 8246 mem_loc_result = new_loc_descr (DW_OP_addr, 0, 0); 8497 ret = new_loc_descr (DW_OP_addr, 0, 0);
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | dwarf2.h | 371 DW_OP_addr = 0x03, enumerator
|
/openbsd/usr.bin/ctfconv/ |
H A D | dwarf.h | 481 #define DW_OP_addr 0x03 macro
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 150 case DW_OP_addr: in GetOpcodeDataSize() 366 if (op == DW_OP_addr) { in GetLocation_DW_OP_addr() 401 if (op == DW_OP_addr) { in Update_DW_OP_addr() 932 case DW_OP_addr: in Evaluate()
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | dwarf2.h | 388 DW_OP_addr = 0x03, enumerator
|
/openbsd/gnu/gcc/gcc/ |
H A D | dwarf2.h | 390 DW_OP_addr = 0x03, enumerator
|
H A D | dwarf2out.c | 2665 #define INTERNAL_DW_OP_tls_addr (0x100 + DW_OP_addr) 2794 case DW_OP_addr: in dwarf_stack_op_name() 3142 case DW_OP_addr: in size_of_loc_descr() 3284 case DW_OP_addr: in output_loc_operands() 3312 case DW_OP_addr: in output_loc_operands() 7481 gcc_assert (loc->dw_loc_opc == DW_OP_addr); in output_aranges() 8888 mem_loc_result = new_loc_descr (DW_OP_addr, 0, 0); in mem_loc_descriptor() 9187 ret = new_loc_descr (DW_OP_addr, 0, 0); in loc_descriptor_from_tree_1()
|
H A D | unwind-dw2.c | 512 case DW_OP_addr: in execute_stack_op()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 211 stream.PutHex8(llvm::dwarf::DW_OP_addr); in MakeGlobalLocationExpression()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarf2loc.c | 452 if (dlbaton->data[0] == DW_OP_addr) in locexpr_describe_location()
|
H A D | dwarf2expr.c | 305 case DW_OP_addr: in execute_stack_op()
|
H A D | dwarf2read.c | 6702 && DW_BLOCK (attr)->data[0] == DW_OP_addr) in var_decode_location() 7897 case DW_OP_addr: in dwarf_stack_op_name() 8648 case DW_OP_addr: in decode_locdesc()
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 233 if (Op.getCode() == dwarf::DW_OP_addr) { in getLocation()
|
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 111 (Op.getCode() == dwarf::DW_OP_addr && in isLiveVariable()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.cpp | 68 case dwarf::DW_OP_addr: in getOperandsDWARFInfo()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 29 Descriptions[DW_OP_addr] = Desc(Op::Dwarf2, Op::SizeAddr); in getDescriptions()
|
H A D | DWARFUnit.cpp | 800 if (It->getCode() == dwarf::DW_OP_addr) { in updateVariableDieMap()
|
H A D | DWARFVerifier.cpp | 1453 return !Op.isError() && (Op.getCode() == DW_OP_addr || in isVariableIndexable()
|