Searched refs:DW_OP_regx (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libdwarf/dist/
H A Ddwarf_loc.c243 case DW_OP_regx:
465 case DW_OP_regx:
H A Ddwarf.h328 #define DW_OP_regx 0x90 macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Ddwarf2.h597 DW_OP_regx = 0x90, enumerator in enum:dwarf_location_atom
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Ddwarf2.h584 DW_OP_regx = 0x90, enumerator in enum:dwarf_location_atom
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Ddwarf2.h509 DW_OP_regx = 0x90, enumerator in enum:dwarf_location_atom
H A Dunwind-dw2.c478 case DW_OP_regx:
H A Ddwarf2out.c3030 case DW_OP_regx:
3031 return "DW_OP_regx";
3171 case DW_OP_regx:
3324 case DW_OP_regx:
3414 head = new_loc_descr (DW_OP_regx, cfa->reg, 0);
3431 head = new_loc_descr (DW_OP_regx, cfa->reg, 0);
3493 case DW_OP_regx:
8592 return new_loc_descr (DW_OP_regx, regno, 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2expr.c509 case DW_OP_regx:
511 dwarf_expr_require_composition (op_ptr, op_end, "DW_OP_regx");
H A Ddwarf2loc.c1654 dwarf_expr_require_composition (op_ptr, op_end, "DW_OP_regx");
1659 case DW_OP_regx:
1661 dwarf_expr_require_composition (op_ptr, op_end, "DW_OP_regx");
2184 else if (data[0] == DW_OP_regx)
2439 case DW_OP_regx:
H A Ddwarf2read.c13106 case DW_OP_regx:
13107 return "DW_OP_regx";
13972 case DW_OP_regx:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Ddwarf2.h525 DW_OP_regx = 0x90, enumerator in enum:dwarf_location_atom
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dunwind-dw2.c579 case DW_OP_regx:
H A Ddwarf2out.c4548 case DW_OP_regx:
4549 return "DW_OP_regx";
4771 case DW_OP_regx:
4995 case DW_OP_regx:
5117 case DW_OP_regx:
5346 case DW_OP_regx:
12579 reg_loc_descr = new_loc_descr (DW_OP_regx, regno, 0);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c876 case DW_OP_regx:
879 printf ("DW_OP_regx: %lu (%s)", uvalue, regname (uvalue, 1));

Completed in 472 milliseconds