Home
last modified time | relevance | path

Searched refs:DW_OP (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Ddwarf2.def439 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 …]
Ddwarf2.h50 #define DW_OP(name, value) , name = value macro
95 #undef DW_OP
DChangeLog-0415508 * 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/
Ddwarfnames.c50 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/
Ddwarf.h60 #define DW_FIRST_OP(name, value) enum DW_OP { \
62 #define DW_OP(name, value) , name = value macro
94 #undef DW_OP
DChangeLog-0815199 (enum DW_OP, enum DW_CFA): Remove.
222 (enum DW_OP): Add new DWARF-4 opcodes.
/toolchain/binutils/binutils-2.27/include/elf/
DChangeLog-04151545 * dwarf2.h: (enum dwarf_location_atom): Add new DW_OP:
1696 * dwarf2.h: (enum dwarf_location_atom): Add new DW_OP,