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

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c181 case DW_OP_xderef_size:
498 case DW_OP_xderef_size:
H A Ddwarf.h442 #define DW_OP_xderef_size 0x95 macro
H A Ddwarf_dump.c1125 case DW_OP_xderef_size:
1126 *s = "DW_OP_xderef_size"; break;
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h227 DW_OP_xderef_size = 0x95, // 1-byte size of data retrieved enumerator in enum:__anon1308
H A DDwarfInstructions.hpp801 case DW_OP_xderef_size:
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2.h538 DW_OP_xderef_size = 0x95, enumerator in enum:dwarf_location_atom
H A Ddwarf2out.c3087 case DW_OP_xderef_size:
3088 return "DW_OP_xderef_size";
3232 case DW_OP_xderef_size:
3397 case DW_OP_xderef_size:
/freebsd-11-stable/contrib/binutils/include/elf/
H A Ddwarf2.h533 DW_OP_xderef_size = 0x95, enumerator in enum:dwarf_location_atom
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp84 Descriptions[DW_OP_xderef_size] = Desc(Op::Dwarf2, Op::Size1);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp315 case DW_OP_xderef_size: // 0x95 1 1-byte size of data retrieved
1217 // OPCODE: DW_OP_xderef_size
1225 // calculation and pushed as the new stack top. In the DW_OP_xderef_size
1232 case DW_OP_xderef_size:
1234 error_ptr->SetErrorString("Unimplemented opcode: DW_OP_xderef_size.");
2668 case DW_OP_xderef_size:
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c873 case DW_OP_xderef_size:
874 printf ("DW_OP_xderef_size: %ld", (long) byte_get (data++, 1));
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c7097 case DW_OP_xderef_size:
7098 return "DW_OP_xderef_size";
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6527 case DW_OP_xderef_size:

Completed in 301 milliseconds