Searched refs:prev_arch (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dframe-unwind.h172 frame_prev_arch_ftype *prev_arch; member in struct:frame_unwind
H A Dframe.c144 } prev_arch; member in struct:frame_info
2780 if (!next_frame->prev_arch.p)
2787 if (next_frame->unwind->prev_arch != NULL)
2788 arch = next_frame->unwind->prev_arch (next_frame,
2793 next_frame->prev_arch.arch = arch;
2794 next_frame->prev_arch.p = true;
2802 return next_frame->prev_arch.arch;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dframe-unwind.h173 frame_prev_arch_ftype *prev_arch; member in struct:frame_unwind
H A Dframe.c148 } prev_arch; member in struct:frame_info
2923 if (!next_frame->prev_arch.p)
2930 if (next_frame->unwind->prev_arch != NULL)
2931 arch = next_frame->unwind->prev_arch (next_frame,
2936 next_frame->prev_arch.arch = arch;
2937 next_frame->prev_arch.p = true;
2943 return next_frame->prev_arch.arch;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-c.c605 enum processor_type prev_arch;
641 prev_arch = (enum processor_type) prev_opt->arch;
648 if (cur_arch == prev_arch)
649 cur_arch = prev_arch = PROCESSOR_max;
657 prev_arch,
604 enum processor_type prev_arch; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-c.cc663 enum processor_type prev_arch;
699 prev_arch = (enum processor_type) prev_opt->arch;
706 if (cur_arch == prev_arch)
707 cur_arch = prev_arch = PROCESSOR_max;
716 prev_arch,
662 enum processor_type prev_arch; local

Completed in 103 milliseconds