Searched refs:DW_OP_shra (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libdwarf/dist/
H A Ddwarf_loc.c198 case DW_OP_shra:
420 case DW_OP_shra:
H A Ddwarf.h222 #define DW_OP_shra 0x26 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2expr.c736 case DW_OP_shra:
787 case DW_OP_shra:
H A Ddwarf2loc.c1920 case DW_OP_shra:
H A Ddwarf2read.c12894 case DW_OP_shra:
12895 return "DW_OP_shra";
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/elfcpp/
H A Ddwarf.h279 DW_OP_shra =0x26, enumerator in enum:elfcpp::DW_OP
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dclztest.S653 .byte 0x26 # DW_OP_shra
704 .byte 0x26 # DW_OP_shra
737 .byte 0x26 # DW_OP_shra
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dunwind-dw2.c632 case DW_OP_shra:
678 case DW_OP_shra:
H A Ddwarf2.h403 DW_OP_shra = 0x26, enumerator in enum:dwarf_location_atom
H A Ddwarf2out.c2818 case DW_OP_shra:
2819 return "DW_OP_shra";
8911 op = DW_OP_shra;
9297 op = (unsignedp ? DW_OP_shr : DW_OP_shra);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Ddwarf2.h491 DW_OP_shra = 0x26, enumerator in enum:dwarf_location_atom
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Ddwarf2.h478 DW_OP_shra = 0x26, enumerator in enum:dwarf_location_atom
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Ddwarf2.h419 DW_OP_shra = 0x26, enumerator in enum:dwarf_location_atom
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dunwind-dw2.c743 case DW_OP_shra:
789 case DW_OP_shra:
H A Ddwarf2out.c4336 case DW_OP_shra:
4337 return "DW_OP_shra";
13074 op = DW_OP_shra;
13229 op = DW_OP_shra;
13584 op = DW_OP_shra;
14751 op = (TYPE_UNSIGNED (TREE_TYPE (loc)) ? DW_OP_shr : DW_OP_shra);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c734 case DW_OP_shra:
735 printf ("DW_OP_shra");

Completed in 434 milliseconds