Searched refs:DW_OP (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/include/ |
D | dwarf2.def | 439 DW_OP (DW_OP_deref, 0x06) 440 DW_OP (DW_OP_const1u, 0x08) 441 DW_OP (DW_OP_const1s, 0x09) 442 DW_OP (DW_OP_const2u, 0x0a) 443 DW_OP (DW_OP_const2s, 0x0b) 444 DW_OP (DW_OP_const4u, 0x0c) 445 DW_OP (DW_OP_const4s, 0x0d) 446 DW_OP (DW_OP_const8u, 0x0e) 447 DW_OP (DW_OP_const8s, 0x0f) 448 DW_OP (DW_OP_constu, 0x10) [all …]
|
D | dwarf2.h | 50 #define DW_OP(name, value) , name = value macro 95 #undef DW_OP
|
D | ChangeLog-0415 | 508 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index. 557 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index. 568 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | dwarfnames.c | 50 DW_OP (name, value) 68 #define DW_OP(name, value) case name: return # name ; macro 94 #undef DW_OP
|
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | dwarf.h | 60 #define DW_FIRST_OP(name, value) enum DW_OP { \ 62 #define DW_OP(name, value) , name = value macro 94 #undef DW_OP
|
D | ChangeLog-0815 | 199 (enum DW_OP, enum DW_CFA): Remove. 222 (enum DW_OP): Add new DWARF-4 opcodes.
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | ChangeLog-0415 | 1545 * dwarf2.h: (enum dwarf_location_atom): Add new DW_OP: 1696 * dwarf2.h: (enum dwarf_location_atom): Add new DW_OP,
|