Home | History | Annotate | Download | only in string

Lines Matching refs:CFI_PUSH

88 #define CFI_PUSH(REG)						\
96 #define PUSH(REG) pushl REG; CFI_PUSH (REG)
103 # define RETURN RETURN_END; CFI_PUSH (%ebx)