Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf.h580 #define DW_OP_addrx 0xa1 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp98 Descriptions[DW_OP_addrx] = Desc(Op::Dwarf4, Op::SizeLEB); in getDescriptions()
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Ddwarf2.def652 DW_OP (DW_OP_addrx, 0xa1)
/netbsd-src/external/gpl3/binutils/dist/include/
H A Ddwarf2.def652 DW_OP (DW_OP_addrx, 0xa1)
/netbsd-src/external/gpl3/gcc/dist/include/
H A Ddwarf2.def652 DW_OP (DW_OP_addrx, 0xa1)
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Ddwarf2.def652 DW_OP (DW_OP_addrx, 0xa1)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp324 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addrx); in addPoolOpAddress()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc1723 case DW_OP_addrx: in dwarf_OP()
1870 case DW_OP_addrx: in size_of_loc_descr()
2372 case DW_OP_addrx: in output_loc_operands()
2605 case DW_OP_addrx: in output_loc_operands_raw()
4038 return dwarf_split_debug_info ? dwarf_OP (DW_OP_addrx) : DW_OP_addr; in dw_addr_op()
30759 case DW_OP_addrx: in resolve_addr_in_expr()
30763 || loc->dw_loc_opc == DW_OP_addrx) in resolve_addr_in_expr()
31552 case DW_OP_addrx: in hash_loc_operands()
31795 case DW_OP_addrx: in compare_loc_operands()
H A DChangeLog-201823465 * dwarf2out.c (dwarf_OP): Handle DW_OP_addrx and DW_OP_constx.
23469 (dw_addr_op): Use dwarf_OP () for DW_OP_constx and DW_OP_addrx.
23470 (resolve_addr_in_expr): Handle DW_OP_addrx and DW_OP_constx.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c1666 case DW_OP_addrx: in dwarf_OP()
1813 case DW_OP_addrx: in size_of_loc_descr()
2315 case DW_OP_addrx: in output_loc_operands()
2548 case DW_OP_addrx: in output_loc_operands_raw()
3949 return dwarf_split_debug_info ? dwarf_OP (DW_OP_addrx) : DW_OP_addr; in dw_addr_op()
30019 case DW_OP_addrx: in resolve_addr_in_expr()
30023 || loc->dw_loc_opc == DW_OP_addrx) in resolve_addr_in_expr()
30812 case DW_OP_addrx: in hash_loc_operands()
31055 case DW_OP_addrx: in compare_loc_operands()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst617 *For example, the* ``DW_OP_constx`` *and* ``DW_OP_addrx`` *operations.*
1844 2. ``DW_OP_addrx``
1846 ``DW_OP_addrx`` has a single unsigned LEB128 integer operand that represents
3692 * ``DW_OP_addrx``, ``DW_OP_call2``, ``DW_OP_call4``, ``DW_OP_call_ref``,
H A DAMDGPUUsage.rst2118 DW_OP_addrx &lex_1_start;
2141 DW_OP_addrx &lex_1_1_start;
2160 DW_OP_addrx &lex_1_1_end;
2186 DW_OP_addrx &lex_1_end;
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c1640 case DW_OP_addrx: in decode_location_expression()
2668 if (op != DW_OP_addrx) in read_and_display_attr_value()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c1686 case DW_OP_addrx: in decode_location_expression()
2640 if (op != DW_OP_addrx) in read_and_display_attr_value()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201911771 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
11776 (disassemble_dwarf_expression): Add DW_OP_addrx
11781 (var_decode_location): Add DW_OP_addrx
11785 (decode_locdesc): Add DW_OP_addrx
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201911771 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
11776 (disassemble_dwarf_expression): Add DW_OP_addrx
11781 (var_decode_location): Add DW_OP_addrx
11785 (decode_locdesc): Add DW_OP_addrx
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git122257 Re: Add bionutils support for DWARF v5's DW_OP_addrx
122291 Add bionutils support for DWARF v5's DW_OP_addrx.