Home
last modified time | relevance | path

Searched refs:DW_CFA (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Ddwarf2.def678 DW_CFA (DW_CFA_offset, 0x80)
679 DW_CFA (DW_CFA_restore, 0xc0)
680 DW_CFA (DW_CFA_nop, 0x00)
681 DW_CFA (DW_CFA_set_loc, 0x01)
682 DW_CFA (DW_CFA_advance_loc1, 0x02)
683 DW_CFA (DW_CFA_advance_loc2, 0x03)
684 DW_CFA (DW_CFA_advance_loc4, 0x04)
685 DW_CFA (DW_CFA_offset_extended, 0x05)
686 DW_CFA (DW_CFA_restore_extended, 0x06)
687 DW_CFA (DW_CFA_undefined, 0x07)
[all …]
Ddwarf2.h54 #define DW_CFA(name, value) , name = value macro
99 #undef DW_CFA
DChangeLog-0415569 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
/toolchain/binutils/binutils-2.27/libiberty/
Ddwarfnames.c60 DW_CFA (name, value)
72 #define DW_CFA(name, value) case name: return # name ; macro
98 #undef DW_CFA
/toolchain/binutils/binutils-2.27/elfcpp/
Ddwarf.h72 #define DW_FIRST_CFA(name, value) enum DW_CFA { \
74 #define DW_CFA(name, value) , name = value macro
104 #undef DW_CFA
DChangeLog-0815199 (enum DW_OP, enum DW_CFA): Remove.
261 * dwarf.h (enum DW_CFA): Define.