Searched refs:old_fp (Results 1 – 7 of 7) 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()
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;