Lines Matching refs:CFI_STRINGIFY
61 # define CFI_STRINGIFY(Name) CFI_STRINGIFY2 (Name) macro
66 ".cfi_def_cfa " CFI_STRINGIFY(reg) "," CFI_STRINGIFY(off)
68 ".cfi_def_cfa_register " CFI_STRINGIFY(reg)
70 ".cfi_def_cfa_offset " CFI_STRINGIFY(off)
72 ".cfi_adjust_cfa_offset " CFI_STRINGIFY(off)
74 ".cfi_offset " CFI_STRINGIFY(reg) "," CFI_STRINGIFY(off)
76 ".cfi_rel_offset " CFI_STRINGIFY(reg) "," CFI_STRINGIFY(off)
78 ".cfi_register " CFI_STRINGIFY(r1) "," CFI_STRINGIFY(r2)
80 ".cfi_return_column " CFI_STRINGIFY(reg)
82 ".cfi_restore " CFI_STRINGIFY(reg)
84 ".cfi_undefined " CFI_STRINGIFY(reg)
92 ".cfi_personality " CFI_STRINGIFY(enc) "," CFI_STRINGIFY(exp)
94 ".cfi_lsda " CFI_STRINGIFY(enc) "," CFI_STRINGIFY(exp)