Searched refs:old_fp (Results 1 – 6 of 6) sorted by relevance
74 struct st_program *old_fp = st->fp; in check_program_state() local115 if (unlikely(new_fp != &old_fp->Base)) { in check_program_state()116 if (old_fp) in check_program_state()117 dirty |= old_fp->affected_states; in check_program_state()
692 FILE *old_fp = fp; in xmlMemDisplayLast() local722 if (old_fp == NULL) in xmlMemDisplayLast()743 if (old_fp == NULL) in xmlMemDisplayLast()768 FILE *old_fp = fp; in xmlMemDisplay() local803 if (old_fp == NULL) in xmlMemDisplay()823 if (old_fp == NULL) in xmlMemDisplay()
723 FILE *old_fp = fp; in xmlMemDisplayLast() local753 if (old_fp == NULL) in xmlMemDisplayLast()774 if (old_fp == NULL) in xmlMemDisplayLast()799 FILE *old_fp = fp; in xmlMemDisplay() local834 if (old_fp == NULL) in xmlMemDisplay()854 if (old_fp == NULL) in xmlMemDisplay()
161 static void **NextStackFrame(void **old_fp, const void *uc) {162 void **new_fp = (void **)*old_fp;209 old_fp[1] == kernel_rt_sigreturn_address) {240 const uintptr_t old_fp_u = reinterpret_cast<uintptr_t>(old_fp);243 // Check that the transition from frame pointer old_fp to frame264 if (new_fp == old_fp) return nullptr;
162 static void **NextStackFrame(void **old_fp, const void *uc) {163 void **new_fp = (void **)*old_fp;210 old_fp[1] == kernel_rt_sigreturn_address) {241 const uintptr_t old_fp_u = reinterpret_cast<uintptr_t>(old_fp);244 // Check that the transition from frame pointer old_fp to frame265 if (new_fp == old_fp) return nullptr;
134460 FILE *old_fp = fp;