Searched defs:callframe (Results 1 – 6 of 6) sorted by relevance
61 struct callframe { struct 62 spcallframe global() argument 63 lrcallframe global() argument 64 r30callframe global() argument 65 r31callframe global() argument
65 struct callframe { struct66 register_t cf_sp;67 register_t cf_cr;68 register_t cf_lr;69 register_t cf_toc;
92 struct callframe { struct93 struct callframe *f_frame; argument94 register_t f_ra;
70 struct callframe { struct71 struct callframe *f_frame; argument72 register_t f_lr;
168 struct callframe { struct169 struct callframe *f_frame; argument170 long f_retaddr;171 long f_arg0;
156 struct callframe { struct157 struct callframe *f_frame; argument158 int f_retaddr;159 int f_arg0;