HomeSort by: relevance | last modified time | path
    Searched refs:DW_OP_call4 (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/lib/libunwind/
dwarf2.h 229 DW_OP_call4 = 0x99, // 4-byte offset of DIE
DwarfInstructions.hpp 579 case DW_OP_call4:
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_loc.c 205 case DW_OP_call4:
dwarf.h 572 #define DW_OP_call4 0x99
dwarf_dump.c 1324 case DW_OP_call4:
1325 *s = "DW_OP_call4"; break;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFExpression.cpp 87 Descriptions[DW_OP_call4] = Desc(Op::Dwarf3, Op::Size4);
  /src/external/gpl3/binutils/dist/include/
dwarf2.def 651 DW_OP (DW_OP_call4, 0x99)
  /src/external/gpl3/binutils.old/dist/include/
dwarf2.def 640 DW_OP (DW_OP_call4, 0x99)
  /src/external/gpl3/gcc/dist/include/
dwarf2.def 640 DW_OP (DW_OP_call4, 0x99)
  /src/external/gpl3/gcc.old/dist/include/
dwarf2.def 640 DW_OP (DW_OP_call4, 0x99)
  /src/external/gpl3/gdb.old/dist/include/
dwarf2.def 640 DW_OP (DW_OP_call4, 0x99)
  /src/external/gpl3/gdb/dist/include/
dwarf2.def 640 DW_OP (DW_OP_call4, 0x99)
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
loc.c 2133 case DW_OP_call4:
3001 case DW_OP_call4:
3536 case DW_OP_call4:
expr.c 2217 case DW_OP_call4:
read.c 14098 baton->size = 5 /* DW_OP_call4 */ + 1 /* DW_OP_plus */;
14111 *ptr++ = DW_OP_call4;
14124 /* We have to copy the data here, because DW_OP_call4 will only
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
loc.c 2162 case DW_OP_call4:
3029 case DW_OP_call4:
3564 case DW_OP_call4:
expr.c 2280 case DW_OP_call4:
read.c 12401 baton->size = 5 /* DW_OP_call4 */ + 1 /* DW_OP_plus */;
12414 *ptr++ = DW_OP_call4;
12427 /* We have to copy the data here, because DW_OP_call4 will only
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.cc 365 case DW_OP_call4: /* DWARF3 */
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.cc 365 case DW_OP_call4: /* DWARF3 */
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 1967 case DW_OP_call4:
2382 case DW_OP_call4:
8715 case DW_OP_call4:
18548 case DW_OP_call4:
18884 ret1 = new_loc_descr (DW_OP_call4, 0, 0);
30055 case DW_OP_call4:
31305 into DW_OP_call4 or DW_OP_GNU_variable_value into
31306 DW_OP_call4 DW_OP_deref, do so. */
31310 l->dw_loc_opc = DW_OP_call4;
31453 into DW_OP_call4 or DW_OP_call4 DW_OP_deref, which is standar
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 1969 case DW_OP_call4:
2384 case DW_OP_call4:
8673 case DW_OP_call4:
18462 case DW_OP_call4:
18798 ret1 = new_loc_descr (DW_OP_call4, 0, 0);
29909 case DW_OP_call4:
31158 into DW_OP_call4 or DW_OP_GNU_variable_value into
31159 DW_OP_call4 DW_OP_deref, do so. */
31163 l->dw_loc_opc = DW_OP_call4;
31306 into DW_OP_call4 or DW_OP_call4 DW_OP_deref, which is standar
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 1479 case DW_OP_call4:
1483 printf ("DW_OP_call4: <%#" PRIx64 ">", svalue + cu_offset);
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 1478 case DW_OP_call4:
1482 printf ("DW_OP_call4: <%#" PRIx64 ">", svalue + cu_offset);

Completed in 149 milliseconds