Lines Matching defs:fmt

1155 #define UNW_DEC_PROLOGUE_GR(fmt,r,m,gr,arg)	desc_prologue(0,r,m,gr,arg)  argument
1156 #define UNW_DEC_PROLOGUE(fmt,b,r,arg) desc_prologue(b,r,0,32,arg) argument
1160 #define UNW_DEC_ABI(fmt,a,c,arg) desc_abi(a,c,arg) argument
1161 #define UNW_DEC_BR_GR(fmt,b,g,arg) desc_br_gr(b,g,arg) argument
1162 #define UNW_DEC_BR_MEM(fmt,b,arg) desc_br_mem(b,arg) argument
1163 #define UNW_DEC_FRGR_MEM(fmt,g,f,arg) desc_frgr_mem(g,f,arg) argument
1164 #define UNW_DEC_FR_MEM(fmt,f,arg) desc_fr_mem(f,arg) argument
1165 #define UNW_DEC_GR_GR(fmt,m,g,arg) desc_gr_gr(m,g,arg) argument
1166 #define UNW_DEC_GR_MEM(fmt,m,arg) desc_gr_mem(m,arg) argument
1167 #define UNW_DEC_MEM_STACK_F(fmt,t,s,arg) desc_mem_stack_f(t,s,arg) argument
1168 #define UNW_DEC_MEM_STACK_V(fmt,t,arg) desc_mem_stack_v(t,arg) argument
1169 #define UNW_DEC_REG_GR(fmt,r,d,arg) desc_reg_gr(r,d,arg) argument
1170 #define UNW_DEC_REG_PSPREL(fmt,r,o,arg) desc_reg_psprel(r,o,arg) argument
1171 #define UNW_DEC_REG_SPREL(fmt,r,o,arg) desc_reg_sprel(r,o,arg) argument
1172 #define UNW_DEC_REG_WHEN(fmt,r,t,arg) desc_reg_when(r,t,arg) argument
1173 #define UNW_DEC_PRIUNAT_WHEN_GR(fmt,t,arg) desc_reg_when(UNW_REG_PRI_UNAT_GR,t,arg) argument
1174 #define UNW_DEC_PRIUNAT_WHEN_MEM(fmt,t,arg) desc_reg_when(UNW_REG_PRI_UNAT_MEM,t,arg) argument
1175 #define UNW_DEC_PRIUNAT_GR(fmt,r,arg) desc_reg_gr(UNW_REG_PRI_UNAT_GR,r,arg) argument
1176 #define UNW_DEC_PRIUNAT_PSPREL(fmt,o,arg) desc_reg_psprel(UNW_REG_PRI_UNAT_MEM,o,arg) argument
1177 #define UNW_DEC_PRIUNAT_SPREL(fmt,o,arg) desc_reg_sprel(UNW_REG_PRI_UNAT_MEM,o,arg) argument
1178 #define UNW_DEC_RP_BR(fmt,d,arg) desc_rp_br(d,arg) argument
1179 #define UNW_DEC_SPILL_BASE(fmt,o,arg) desc_spill_base(o,arg) argument
1180 #define UNW_DEC_SPILL_MASK(fmt,m,arg) (m = desc_spill_mask(m,arg)) argument
1184 #define UNW_DEC_EPILOGUE(fmt,t,c,arg) desc_epilogue(t,c,arg) argument
1185 #define UNW_DEC_COPY_STATE(fmt,l,arg) desc_copy_state(l,arg) argument
1186 #define UNW_DEC_LABEL_STATE(fmt,l,arg) desc_label_state(l,arg) argument