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

/netbsd-6-1-5-RELEASE/external/bsd/libdwarf/dist/
H A Ddwarf_loc.c290 case DW_OP_bregx:
512 case DW_OP_bregx:
H A Ddwarf.h330 #define DW_OP_bregx 0x92 macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Ddwarf2.h599 DW_OP_bregx = 0x92, enumerator in enum:dwarf_location_atom
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Ddwarf2.h586 DW_OP_bregx = 0x92, enumerator in enum:dwarf_location_atom
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Ddwarf2.h511 DW_OP_bregx = 0x92, enumerator in enum:dwarf_location_atom
H A Dunwind-dw2.c518 case DW_OP_bregx:
H A Ddwarf2out.c3034 case DW_OP_bregx:
3035 return "DW_OP_bregx";
3177 case DW_OP_bregx:
3330 case DW_OP_bregx:
3409 head = new_loc_descr (DW_OP_bregx, cfa->reg, cfa->base_offset);
3435 head = new_loc_descr (DW_OP_bregx, cfa->reg, cfa->offset);
3531 case DW_OP_bregx:
8727 return new_loc_descr (DW_OP_bregx, regno, offset);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2expr.c596 case DW_OP_bregx:
H A Ddwarf2loc.c1733 case DW_OP_bregx:
2488 case DW_OP_bregx:
H A Ddwarf2read.c13110 case DW_OP_bregx:
13111 return "DW_OP_bregx";
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Ddwarf2.h527 DW_OP_bregx = 0x92, enumerator in enum:dwarf_location_atom
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dunwind-dw2.c619 case DW_OP_bregx:
H A Ddwarf2out.c4552 case DW_OP_bregx:
4553 return "DW_OP_bregx";
4623 return new_loc_descr (DW_OP_bregx, reg, offset);
4661 else if (loc->dw_loc_opc == DW_OP_bregx)
4777 case DW_OP_bregx:
5001 case DW_OP_bregx:
5161 case DW_OP_bregx:
5384 case DW_OP_bregx:
12824 result = new_loc_descr (DW_OP_bregx, regno, offset);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c886 case DW_OP_bregx:
889 printf ("DW_OP_bregx: %lu (%s) %ld", uvalue, regname (uvalue, 1),

Completed in 508 milliseconds